Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit 5e32642

Browse files
committed
Use proper __version__
1 parent 86a88fa commit 5e32642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic/discovery.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
from urllib3.exceptions import ProtocolError, MaxRetryError
2626

27-
from . import __version__
27+
from kubernetes import __version__
2828
from .exceptions import ResourceNotFoundError, ResourceNotUniqueError, ApiException
2929
from .resource import Resource, ResourceList
3030

0 commit comments

Comments
 (0)