Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick96 committed Apr 29, 2024
1 parent a925edc commit f2ae987
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mx/_impl/support/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ def abort(codeOrMessage: str | int, context=None, killsig=signal.SIGTERM) -> NoR

sys.stdout.flush()
if is_continuous_integration() or (_opts and hasattr(_opts, "verbose") and _opts.verbose):
import traceback

traceback.print_stack()
if context is not None:
if callable(context):
Expand Down

0 comments on commit f2ae987

Please sign in to comment.