Skip to content

Commit

Permalink
chore: remove token
Browse files Browse the repository at this point in the history
  • Loading branch information
nherment committed Dec 9, 2024
1 parent 4f40249 commit 1c3870c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions holmes/plugins/toolsets/grafana_loki.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from holmes.core.tools import EnvironmentVariablePrerequisite, Tool, ToolParameter, Toolset
from holmes.plugins.toolsets.grafana.loki_api import GRAFANA_API_KEY_ENV_NAME, GRAFANA_URL_ENV_NAME, list_loki_datasources, query_loki_logs_by_node, query_loki_logs_by_pod

# SiCEvFjRZKVJUlp8Xk40oNA2y22DahKwF4l58XRH

def get_param_or_raise(dict:Dict, param:str) -> Any:
value = dict.get(param)
if not value:
Expand Down

0 comments on commit 1c3870c

Please sign in to comment.