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 committed Nov 5, 2023
1 parent 8804aac commit e722a3e
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 e722a3e

Please sign in to comment.