Skip to content

Commit 35015d0

Browse files
sobolevnAlexWaygood
andcommitted
Update Lib/test/test_typing.py
Co-authored-by: Alex Waygood <[email protected]>
1 parent e057993 commit 35015d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3301,6 +3301,7 @@ def test_top_level_class_var(self):
33013301
get_type_hints(ann_module6)
33023302

33033303
def test_dataclass_from_another_module(self):
3304+
# see bpo-45524
33043305
from test import dataclass_textanno
33053306
from dataclasses import dataclass
33063307

0 commit comments

Comments
 (0)