mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Remove outdated comment about py3.6 in test_typing (#115318)
This commit is contained in:
parent
dc8893af7d
commit
95ebd45613
1 changed files with 0 additions and 2 deletions
|
|
@ -6156,8 +6156,6 @@ def test_overload_registry_repeated(self):
|
|||
self.assertEqual(list(get_overloads(impl)), overloads)
|
||||
|
||||
|
||||
# Definitions needed for features introduced in Python 3.6
|
||||
|
||||
from test.typinganndata import (
|
||||
ann_module, ann_module2, ann_module3, ann_module5, ann_module6,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue