Skip to content

Commit

Permalink
Switch to importlib.metadata.entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Apr 16, 2024
1 parent c0844d6 commit 76dec96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_kubernetes/operator/controller/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from collections import defaultdict
from contextlib import suppress
from datetime import datetime
from importlib.metadata import entry_points
from uuid import uuid4

import aiohttp
Expand All @@ -12,7 +13,6 @@
import kr8s
from distributed.core import clean_exception, rpc
from distributed.protocol.pickle import dumps
from importlib_metadata import entry_points
from kr8s.asyncio.objects import Deployment, Pod, Service

from dask_kubernetes.common.objects import validate_cluster_name
Expand Down

0 comments on commit 76dec96

Please sign in to comment.