Resolve a few pylint warnings

This commit is contained in:
I-Al-Istannen
2020-12-30 14:45:46 +01:00
parent 2714ac6be6
commit c978e9edf4
4 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ PRETTY = PrettyLogger(LOGGER)
try:
import keyring
except ImportError:
PRETTY.warning("Keyring module not found, KeyringAuthenticator won't work!")
pass
class TfaAuthenticator: