Skip to content

Commit 9a410d8

Browse files
committed
fix: update banner
1 parent c460765 commit 9a410d8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

builder/tools/logger.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,7 @@ def format(self, record):
9797

9898
return ColouredFormatter("[%(asctime)s] [%(levelname).1s] %(message)s")
9999

100-
def banner(self) -> None:
101-
"""Custom log type for the app banner."""
102-
103-
@staticmethod
104-
def banner(text: str) -> None:
100+
def banner(self, text: str) -> None:
105101
"""Custom banner print out.
106102
107103
:param str text: Text to wrap.

0 commit comments

Comments
 (0)