diff options
Diffstat (limited to 'Lib/test/dataclass_module_2.py')
-rw-r--r-- | Lib/test/dataclass_module_2.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/test/dataclass_module_2.py b/Lib/test/dataclass_module_2.py index 68fb733e299..8d120d181bd 100644 --- a/Lib/test/dataclass_module_2.py +++ b/Lib/test/dataclass_module_2.py @@ -1,9 +1,3 @@ -#from __future__ import annotations -USING_STRINGS = False - -# dataclass_module_2.py and dataclass_module_2_str.py are identical -# except only the latter uses string annotations. - from dataclasses import dataclass, InitVar from typing import ClassVar |