diff options
Diffstat (limited to 'Lib/test/dataclass_textanno.py')
-rw-r--r-- | Lib/test/dataclass_textanno.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/dataclass_textanno.py b/Lib/test/dataclass_textanno.py index 3eb6c94..589b60f 100644 --- a/Lib/test/dataclass_textanno.py +++ b/Lib/test/dataclass_textanno.py @@ -1,5 +1,3 @@ -from __future__ import annotations - import dataclasses |