From 9dca4a9e3b62b31680ef5ff70c123e37d47b7e4a Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 24 Jan 2024 05:25:09 +0100 Subject: [PATCH] Drop the IS_ABOVE_OPENSSL10 from MyPy allowlist It's not longer referenced in the module. --- stubtest_allowlist.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/stubtest_allowlist.txt b/stubtest_allowlist.txt index ddc832bf44..89ca49bde0 100644 --- a/stubtest_allowlist.txt +++ b/stubtest_allowlist.txt @@ -37,7 +37,6 @@ cheroot.ssl.pyopenssl.SSLConnection.write # false positives (https://github.com/python/mypy/issues/11843) cheroot.connections.IS_WINDOWS -cheroot.ssl.builtin.IS_ABOVE_OPENSSL10 # suppress is both a function and class cheroot._compat.suppress