]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove outdated comment about py3.6 in `test_typing` (#115318)
authorNikita Sobolev <mail@sobolevn.me>
Mon, 12 Feb 2024 14:23:54 +0000 (17:23 +0300)
committerGitHub <noreply@github.com>
Mon, 12 Feb 2024 14:23:54 +0000 (06:23 -0800)
Lib/test/test_typing.py

index c3a092f3af3009770c0b98fa325e9a38bbb1f635..176623171c988884a1f79742348836bb3f034054 100644 (file)
@@ -6156,8 +6156,6 @@ class OverloadTests(BaseTestCase):
             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,
 )