diff options
Diffstat (limited to 'tests/roots/test-ext-autodoc/target/wrappedfunction.py')
-rw-r--r-- | tests/roots/test-ext-autodoc/target/wrappedfunction.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/roots/test-ext-autodoc/target/wrappedfunction.py b/tests/roots/test-ext-autodoc/target/wrappedfunction.py index 0bd2d2069..064d77742 100644 --- a/tests/roots/test-ext-autodoc/target/wrappedfunction.py +++ b/tests/roots/test-ext-autodoc/target/wrappedfunction.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from contextlib import contextmanager from functools import lru_cache from typing import Generator |