Skip to content

Commit 60c633a

Browse files
Remove unnecessary imports
1 parent ace6bc5 commit 60c633a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_type_annotations.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import annotationlib
22
import inspect
3-
import tempfile
43
import textwrap
54
import types
65
import unittest
7-
from pathlib import Path
86
from test.support import run_code, check_syntax_error, import_helper
97

108

0 commit comments

Comments
 (0)