fix flake8 F401+F403 (module imported but unused + unable to detect undefined names)
This commit is contained in:
@@ -1 +1 @@
|
||||
from .macaroon import AESCipher, load_macaroon
|
||||
from .macaroon import AESCipher, load_macaroon # noqa: F401
|
||||
|
||||
Reference in New Issue
Block a user