make format everything (#743)

This commit is contained in:
calle
2022-07-16 14:23:03 +02:00
committed by GitHub
parent 69516bb751
commit f4e7d62ca3
60 changed files with 182 additions and 186 deletions
+1 -1
View File
@@ -1 +1 @@
from .macaroon import load_macaroon, AESCipher
from .macaroon import AESCipher, load_macaroon
+4 -4
View File
@@ -1,9 +1,9 @@
import base64
import getpass
from hashlib import md5
from Cryptodome import Random
from Cryptodome.Cipher import AES
import base64
from hashlib import md5
import getpass
from loguru import logger
BLOCK_SIZE = 16