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 ace6bc5 commit 60c633aCopy full SHA for 60c633a
Lib/test/test_type_annotations.py
@@ -1,10 +1,8 @@
1
import annotationlib
2
import inspect
3
-import tempfile
4
import textwrap
5
import types
6
import unittest
7
-from pathlib import Path
8
from test.support import run_code, check_syntax_error, import_helper
9
10
0 commit comments