diff --git a/solarwinds_apm/configurator.py b/solarwinds_apm/configurator.py index a4e238ae..b6cfe089 100644 --- a/solarwinds_apm/configurator.py +++ b/solarwinds_apm/configurator.py @@ -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