Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 5, 2024
1 parent 8fe609c commit 3e8a781
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ def deploy_dashboard(dashboard_path, folder_uid, api, global_dash=False):

def get_label_values(api, ds_id, template_query):
"""
Return response to a `label_values` template query
j
`label_values` isn't actually a prometheus thing - it is an API call that
grafana makes. This function tries to mimic that. Useful for populating variables
in a dashboard
Return response to a `label_values` template query
j
`label_values` isn't actually a prometheus thing - it is an API call that
grafana makes. This function tries to mimic that. Useful for populating variables
in a dashboard
"""
# re.DOTALL allows the query to be multi-line
match = re.match(
Expand Down

0 comments on commit 3e8a781

Please sign in to comment.