Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KohakuBlueleaf committed Oct 10, 2023
1 parent 81e94de commit 891ccb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions-builtin/Lora/lora_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ def format(self, record):
handler.setFormatter(
ColoredFormatter("[%(name)s]-%(levelname)s: %(message)s")
)
logger.addHandler(handler)
logger.addHandler(handler)

0 comments on commit 891ccb7

Please sign in to comment.