fix flake8 F811 (redefinition of unused)

This commit is contained in:
Pavol Rusnak
2023-01-30 11:46:45 +00:00
parent 388cfc18fa
commit 24fbb9ef5d
3 changed files with 0 additions and 7 deletions
-1
View File
@@ -7,7 +7,6 @@ from Cryptodome.Cipher import AES
from loguru import logger
BLOCK_SIZE = 16
import getpass
def load_macaroon(macaroon: str) -> str: