Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Jan 22, 2025
1 parent 86eecb8 commit e620ee1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion solarwinds_apm/configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,9 @@ def _add_all_instrumented_python_framework_versions(
entry_point.name,
ex,
)
logging.warning(f"exc_info: {type(ex).__name__}", exc_info=True)
logging.warning(
f"exc_info: {type(ex).__name__}", exc_info=True
)
continue

# Set up Instrumented Library Versions KVs with several special cases
Expand Down

0 comments on commit e620ee1

Please # to comment.