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 13, 2024
1 parent ed476c0 commit cc27d67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ def main():
# ensure GRAFANA_TOKEN
grafana_token = os.environ.get("GRAFANA_TOKEN")
if not grafana_token:
raise ValueError("The environment variable GRAFANA_TOKEN needs to be set in order to deploying dashboards to a Grafana deployment.")
raise ValueError(
"The environment variable GRAFANA_TOKEN needs to be set in order to deploying dashboards to a Grafana deployment."
)

# ensure jsonnet (go-jsonnet)
if not shutil.which("jsonnet"):
Expand Down

0 comments on commit cc27d67

Please sign in to comment.