We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47fbf0 commit e9b0fd6Copy full SHA for e9b0fd6
coconut/tests/src/cocotest/agnostic/specific.coco
@@ -70,7 +70,7 @@ def py33_spec_test() -> bool:
70
def py36_spec_test(tco: bool) -> bool:
71
"""Tests for any py36+ version."""
72
from dataclasses import dataclass
73
- from typing import Literal
+ from typing import \Any, Literal # \Any to suppress overwriting
74
75
outfile = StringIO()
76
0 commit comments