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