Skip to content

Commit

Permalink
Remove deprecated dask.compatibility.entry_points (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Mar 24, 2023
1 parent 8e922bb commit df0b48b
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 @@ -9,7 +9,7 @@
import aiohttp
import kopf
import kubernetes_asyncio as kubernetes
from dask.compatibility import entry_points
from importlib_metadata import entry_points
from kubernetes_asyncio.client import ApiException

from dask_kubernetes.common.auth import ClusterAuth
Expand Down

0 comments on commit df0b48b

Please sign in to comment.