Skip to content

Commit 8893118

Browse files
lrafeeinewrelic-python-agent-team
authored andcommitted
[MegaLinter] Apply linters fixes
1 parent 81e6900 commit 8893118

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

newrelic/config.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,7 @@
4747
agent_control_health_instance,
4848
agent_control_healthcheck_loop,
4949
)
50-
from newrelic.core.config import (
51-
Settings,
52-
apply_config_setting,
53-
default_host,
54-
fetch_config_setting,
55-
)
50+
from newrelic.core.config import Settings, apply_config_setting, default_host, fetch_config_setting
5651

5752
__all__ = ["initialize", "filter_app_factory"]
5853

0 commit comments

Comments
 (0)