diff options
Diffstat (limited to 'tests/roots/test-ext-autodoc/target/annotated.py')
-rw-r--r-- | tests/roots/test-ext-autodoc/target/annotated.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/roots/test-ext-autodoc/target/annotated.py b/tests/roots/test-ext-autodoc/target/annotated.py index 427188256..5b87518f9 100644 --- a/tests/roots/test-ext-autodoc/target/annotated.py +++ b/tests/roots/test-ext-autodoc/target/annotated.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from typing import Annotated |