Skip to content

Commit 38957a0

Browse files
author
root
committed
#55 modified indendation issue
1 parent 83780b2 commit 38957a0

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

basescript/basescript.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ def define_log_pre_format_hooks(self):
7979
return []
8080

8181
def define_log_post_format_hooks(self):
82-
"""
83-
these hooks are called after the log has been rendered using
84-
the log renderer defined in `define_log_renderer`.
85-
they must accept a single argument which is the output of the
86-
renderer
87-
"""
88-
# TODO remove this once structlog supports hooks or handlers
89-
# these hooks accept a 'msg' and do not return anything
90-
return []
82+
"""
83+
these hooks are called after the log has been rendered using
84+
the log renderer defined in `define_log_renderer`.
85+
they must accept a single argument which is the output of the
86+
renderer
87+
"""
88+
# TODO remove this once structlog supports hooks or handlers
89+
# these hooks accept a 'msg' and do not return anything
90+
return []
9191

9292
def define_subcommands(self, subcommands):
9393
'''

0 commit comments

Comments
 (0)