summaryrefslogtreecommitdiff
path: root/src/OpenSSL/crypto.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2023-02-13 13:01:47 +0100
committerGitHub <noreply@github.com>2023-02-13 07:01:47 -0500
commit669969ea7afa8a5f5f35a784a50acef9bea3952a (patch)
tree768460b6115d6179418554ca1d8ac5959a8a21d3 /src/OpenSSL/crypto.py
parent23d990e95812c45c9a0ee1fc9b501a90ae9425aa (diff)
downloadpyopenssl-669969ea7afa8a5f5f35a784a50acef9bea3952a.tar.gz
Fix CI (#1185)
* Reformat code using black 23.x * fix compat with tox 4
Diffstat (limited to 'src/OpenSSL/crypto.py')
-rw-r--r--src/OpenSSL/crypto.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/OpenSSL/crypto.py b/src/OpenSSL/crypto.py
index a9b673c..8b12769 100644
--- a/src/OpenSSL/crypto.py
+++ b/src/OpenSSL/crypto.py
@@ -2556,7 +2556,6 @@ class CRL:
class PKCS7:
-
_pkcs7: Any
def type_is_signed(self) -> bool:
@@ -2920,7 +2919,6 @@ class _PassphraseHelper:
def raise_if_problem(self, exceptionType: Type[Exception] = Error) -> None:
if self._problems:
-
# Flush the OpenSSL error queue
try:
_exception_from_error_queue(exceptionType)