From 54ff11bf9fefe0578a81ef32e4f42c1285f01d3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:17:04 -0700 Subject: [PATCH] Remove unused stubtest allowlist entries (#6158) Co-authored-by: hauntsaninja --- tests/stubtest_allowlists/py310.txt | 2 -- tests/stubtest_allowlists/py39.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/stubtest_allowlists/py310.txt b/tests/stubtest_allowlists/py310.txt index 72c54986f..0f2c35ae3 100644 --- a/tests/stubtest_allowlists/py310.txt +++ b/tests/stubtest_allowlists/py310.txt @@ -41,8 +41,6 @@ dataclasses.KW_ONLY dummy_threading enum.Enum._generate_next_value_ fractions.Fraction.__new__ # overload is too complicated for stubtest to resolve -ftplib.FTP.__init__ -ftplib.FTP_TLS.__init__ functools.partialmethod.__get__ functools.singledispatchmethod.__call__ gettext.install diff --git a/tests/stubtest_allowlists/py39.txt b/tests/stubtest_allowlists/py39.txt index 3d7084d82..af6095957 100644 --- a/tests/stubtest_allowlists/py39.txt +++ b/tests/stubtest_allowlists/py39.txt @@ -41,8 +41,6 @@ dataclasses.field dummy_threading enum.Enum._generate_next_value_ fractions.Fraction.__new__ # overload is too complicated for stubtest to resolve -ftplib.FTP.__init__ -ftplib.FTP_TLS.__init__ functools.partialmethod.__get__ functools.singledispatchmethod.__call__ gettext.install