Remove outdated comment about py3.6 in test_typing (#115318)

This commit is contained in:
Nikita Sobolev 2024-02-12 17:23:54 +03:00 committed by GitHub
parent dc8893af7d
commit 95ebd45613
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
)