Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
Signed-off-by: Max Falk <gfalk@yelp.com>
  • Loading branch information
gmdfalk committed Oct 19, 2023
1 parent edbd14d commit 252fd64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clusterman/kubernetes/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
from kubernetes.client.models.v1_node_selector_requirement import V1NodeSelectorRequirement
from kubernetes.client.models.v1_node_selector_term import V1NodeSelectorTerm
from kubernetes.client.models.v1_pod import V1Pod as KubernetesPod
from kubernetes.config.config_exception import ConfigException

from clusterman.util import ClustermanResources

Expand Down

0 comments on commit 252fd64

Please sign in to comment.