Run black on moto & test directories.
This commit is contained in:
parent
c820395dbf
commit
96e5b1993d
507 changed files with 52541 additions and 47814 deletions
|
|
@ -9,7 +9,8 @@ def rsa_check_private_key(private_key_material):
|
|||
assert isinstance(private_key_material, six.string_types)
|
||||
|
||||
private_key = serialization.load_pem_private_key(
|
||||
data=private_key_material.encode('ascii'),
|
||||
data=private_key_material.encode("ascii"),
|
||||
backend=default_backend(),
|
||||
password=None)
|
||||
password=None,
|
||||
)
|
||||
assert isinstance(private_key, rsa.RSAPrivateKey)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue