Skip to content

Commit

Permalink
Add missing import to get values from yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaenr authored and tsebastiani committed Nov 7, 2023
1 parent 2111bab commit 827a96d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kraken/node_actions/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
from krkn_lib.k8s import KrknKubernetes
from krkn_lib.telemetry.k8s import KrknTelemetryKubernetes
from krkn_lib.models.telemetry import ScenarioTelemetry
from krkn_lib.utils.functions import get_yaml_item_value

node_general = False


Expand Down

0 comments on commit 827a96d

Please sign in to comment.