We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bb17e commit c3ad715Copy full SHA for c3ad715
grafana_import/util.py
@@ -46,7 +46,7 @@ def grafana_settings(
46
Acquire Grafana connection profile settings, and application settings.
47
"""
48
49
- params: SettingsType
+ params: SettingsType = {}
50
51
# Grafana connectivity.
52
if url or "GRAFANA_URL" in os.environ:
0 commit comments