summaryrefslogtreecommitdiff
path: root/tests/roots/test-ext-autodoc/target/generic_class.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-ext-autodoc/target/generic_class.py')
-rw-r--r--tests/roots/test-ext-autodoc/target/generic_class.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/roots/test-ext-autodoc/target/generic_class.py b/tests/roots/test-ext-autodoc/target/generic_class.py
index cf4c5ed37..e6ff38abc 100644
--- a/tests/roots/test-ext-autodoc/target/generic_class.py
+++ b/tests/roots/test-ext-autodoc/target/generic_class.py
@@ -1,5 +1,4 @@
-from typing import TypeVar, Generic
-
+from typing import Generic, TypeVar
T = TypeVar('T')