Skip to content

Commit e5c1105

Browse files
committed
Fix code style
1 parent 1816cb8 commit e5c1105

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bashcolor/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
_RESET_EFFECT = 10
3737

3838

39-
def colorize(text, color=None, background=None, effects=[], color_256=None, background_256=None, with_end=True):
39+
def colorize(
40+
text, color=None, background=None, effects=[],
41+
color_256=None, background_256=None, with_end=True
42+
):
4043
start = []
4144
end = []
4245

0 commit comments

Comments
 (0)