Skip to content

Commit

Permalink
Merge pull request #163 from jameshcorbett/kubernetes-version
Browse files Browse the repository at this point in the history
dws: change exception import path
  • Loading branch information
mergify[bot] authored Jun 28, 2024
2 parents f3f28d6 + 9cc8c95 commit d291879
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/python/flux_k8s/watch.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@

from flux.constants import FLUX_MSGTYPE_REQUEST
import kubernetes as k8s
from kubernetes.client.exceptions import ApiException


from flux.core.watchers import fd_handler_wrapper
from kubernetes.client.rest import ApiException


LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit d291879

Please sign in to comment.