File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 '''
You can’t perform that action at this time.
0 commit comments