Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jan 8, 2025
1 parent ae70ff1 commit d60440c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plumpy/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,8 +1023,8 @@ async def run_callback() -> None:
try:
result = callback(*args, **kwargs)
except Exception as exc:
import traceback
import inspect
import traceback

# Get traceback as a string
tb_str = ''.join(traceback.format_exception(type(exc), exc, exc.__traceback__))
Expand Down

0 comments on commit d60440c

Please sign in to comment.