Run make format

This commit is contained in:
Micah Jerome Ellison 2020-10-10 12:48:57 -07:00
parent 8c6956c095
commit 3e62cefed4

View file

@ -29,8 +29,7 @@ def configure_logger(debug=False):
return
logging.basicConfig(
level=logging.DEBUG,
format="%(levelname)-8s %(name)-12s %(message)s",
level=logging.DEBUG, format="%(levelname)-8s %(name)-12s %(message)s",
)
logging.getLogger("parsedatetime").setLevel(logging.INFO)
logging.getLogger("keyring.backend").setLevel(logging.ERROR)