Skip to content

Commit 351a9ec

Browse files
committed
fix: banner args
1 parent 89b795a commit 351a9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/tools/banner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def print_banner(self, text: str) -> None:
1+
def print_banner(text: str) -> None:
22
"""Custom banner print out.
33
44
:param str text: Text to wrap.

0 commit comments

Comments
 (0)