Skip to content

Commit

Permalink
Bug fix: EnvVar imported from the wrong package
Browse files Browse the repository at this point in the history
  • Loading branch information
arikalon1 authored and pavangudiwada committed Nov 6, 2023
1 parent 3a73d1b commit 3a045c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/robusta_playbooks/job_actions.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import logging
from typing import List, Tuple

from hikaru.model.rel_1_26 import Container, Job, JobSpec, JobStatus, ObjectMeta, PodSpec, PodTemplateSpec
from hikaru.model.rel_1_26 import Container, EnvVar, Job, JobSpec, JobStatus, ObjectMeta, PodSpec, PodTemplateSpec

from robusta.api import (
ActionParams,
EnvVar,
EventEnricherParams,
FileBlock,
JobEvent,
Expand Down

0 comments on commit 3a045c3

Please sign in to comment.