Skip to content

Commit 2a57423

Browse files
committed
Linting.
1 parent e420656 commit 2a57423

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

consolekit/tracebacks.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,10 @@ def traceback_handler():
145145
yield
146146

147147

148-
def handle_tracebacks(show_traceback: bool = False, cls: Type[TracebackHandler] = TracebackHandler) -> ContextManager:
148+
def handle_tracebacks(
149+
show_traceback: bool = False,
150+
cls: Type[TracebackHandler] = TracebackHandler,
151+
) -> ContextManager:
149152
"""
150153
Context manager to conditionally handle tracebacks, usually based on the value of a command line flag.
151154

0 commit comments

Comments
 (0)