Format based on updated Black

This commit is contained in:
2023-09-12 16:41:02 -04:00
parent dfcfe4df4a
commit 311bb69785
6 changed files with 13 additions and 1 deletions

View File

@ -112,7 +112,6 @@ class Logger(object):
# Output function
def out(self, message, state=None, prefix=""):
# Get the date
if self.config["log_dates"]:
date = "{} ".format(datetime.now().strftime("%Y/%m/%d %H:%M:%S.%f"))