Skip to content

Commit e048e20

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fee7b0b commit e048e20

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

modules/logger.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33

44
def splash():
5-
print(
6-
"""
5+
print("""
76
o o o o
87
O .oOOo. O O O
98
O O o o o
@@ -14,8 +13,7 @@ def splash():
1413
`Oo'oO' `OoO' `OoO' oOoOoO `OoO' O o `OoO' Oo Oo
1514
---------------------------------------------------
1615
v0.1.2 @ejedev
17-
"""
18-
)
16+
""")
1917

2018

2119
def log(message: str, type: types.Status = types.Status.NONE, verbose: bool = False, verbosity: bool = False):

0 commit comments

Comments
 (0)