Skip to content

Commit 18f45c9

Browse files
committed
Fix wrong import name
1 parent 50ef874 commit 18f45c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from __future__ import absolute_import
1616

1717
from .create_from_yaml import (FailToCreateError, create_from_yaml,
18-
create_from_map)
18+
create_from_dict)

0 commit comments

Comments
 (0)