mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:59 +02:00
Add ignore for python 3.6 type check
This commit is contained in:
@@ -63,7 +63,7 @@ class Account:
|
||||
try:
|
||||
hasher = hashlib.md5()
|
||||
except ValueError:
|
||||
hasher = hashlib.new('md5', usedforsecurity=False)
|
||||
hasher = hashlib.new('md5', usedforsecurity=False) # type: ignore
|
||||
|
||||
hasher.update(self.key.key.public_key().public_bytes(
|
||||
encoding=serialization.Encoding.PEM,
|
||||
|
||||
Reference in New Issue
Block a user