Skip to content

Commit c3ad715

Browse files
vitaliirymaramotl
authored andcommitted
Fix import dashboards into a folder
1 parent c3bb17e commit c3ad715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafana_import/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def grafana_settings(
4646
Acquire Grafana connection profile settings, and application settings.
4747
"""
4848

49-
params: SettingsType
49+
params: SettingsType = {}
5050

5151
# Grafana connectivity.
5252
if url or "GRAFANA_URL" in os.environ:

0 commit comments

Comments
 (0)