summaryrefslogtreecommitdiff
path: root/tests/roots/test-ext-autodoc/target/genericalias.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-ext-autodoc/target/genericalias.py')
-rw-r--r--tests/roots/test-ext-autodoc/target/genericalias.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/roots/test-ext-autodoc/target/genericalias.py b/tests/roots/test-ext-autodoc/target/genericalias.py
index 78b68cd63..d37bcb7fa 100644
--- a/tests/roots/test-ext-autodoc/target/genericalias.py
+++ b/tests/roots/test-ext-autodoc/target/genericalias.py
@@ -1,4 +1,4 @@
-from typing import List, Callable
+from typing import Callable, List
#: A list of int
T = List[int]