From: Nikita Sobolev Date: Mon, 12 Feb 2024 14:23:54 +0000 (+0300) Subject: Remove outdated comment about py3.6 in `test_typing` (#115318) X-Git-Tag: v3.13.0a4~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95ebd45613d6bf0a8b76778454f1d413d54209db;p=thirdparty%2FPython%2Fcpython.git Remove outdated comment about py3.6 in `test_typing` (#115318) --- diff --git a/Lib/test/test_typing.py b/Lib/test/test_typing.py index c3a092f3af30..176623171c98 100644 --- a/Lib/test/test_typing.py +++ b/Lib/test/test_typing.py @@ -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, )