Skip to content

Commit 2cbf726

Browse files
committed
Add test for __future__ import.
1 parent 172243c commit 2cbf726

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def imports() -> List[str]:
4747
"if sys.version_info > (3, 6):",
4848
"\timport setuptools",
4949
"import tomllib",
50+
"from __future__ import annotations",
5051
'',
5152
]
5253

0 commit comments

Comments
 (0)