diff options
Diffstat (limited to 'Lib/test/dataclass_module_1.py')
-rw-r--r-- | Lib/test/dataclass_module_1.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/test/dataclass_module_1.py b/Lib/test/dataclass_module_1.py index 9f0aeda..87a33f8 100644 --- a/Lib/test/dataclass_module_1.py +++ b/Lib/test/dataclass_module_1.py @@ -1,3 +1,9 @@ +#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 |