Skip to content

Commit e9b0fd6

Browse files
committed
Fix typing test error
1 parent e47fbf0 commit e9b0fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coconut/tests/src/cocotest/agnostic/specific.coco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def py33_spec_test() -> bool:
7070
def py36_spec_test(tco: bool) -> bool:
7171
"""Tests for any py36+ version."""
7272
from dataclasses import dataclass
73-
from typing import Literal
73+
from typing import \Any, Literal # \Any to suppress overwriting
7474

7575
outfile = StringIO()
7676

0 commit comments

Comments
 (0)