Skip to content

Commit 95ebd45

Browse files
authored
Remove outdated comment about py3.6 in test_typing (#115318)
1 parent dc8893a commit 95ebd45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_typing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6156,8 +6156,6 @@ def test_overload_registry_repeated(self):
61566156
self.assertEqual(list(get_overloads(impl)), overloads)
61576157

61586158

6159-
# Definitions needed for features introduced in Python 3.6
6160-
61616159
from test.typinganndata import (
61626160
ann_module, ann_module2, ann_module3, ann_module5, ann_module6,
61636161
)

0 commit comments

Comments
 (0)