Skip to content

Commit 3143728

Browse files
committed
remove unused import
1 parent 3d78668 commit 3143728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_generation/exhaustive/test_exhaustive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import re
44
import sys
55
import subprocess
6-
from typing import Any, List, Callable, Iterator, Optional
6+
from typing import Any, List, Callable, Optional
77
from pathlib import Path
88
from typing_extensions import override
99

0 commit comments

Comments
 (0)