diff options
Diffstat (limited to 'Lib/test/dataclass_module_1.py')
-rw-r--r-- | Lib/test/dataclass_module_1.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/test/dataclass_module_1.py b/Lib/test/dataclass_module_1.py index 87a33f8191d..9f0aeda67f9 100644 --- a/Lib/test/dataclass_module_1.py +++ b/Lib/test/dataclass_module_1.py @@ -1,9 +1,3 @@ -#from __future__ import annotations -USING_STRINGS = False - -# dataclass_module_1.py and dataclass_module_1_str.py are identical -# except only the latter uses string annotations. - import dataclasses import typing |