Skip to content

Commit

Permalink
Fix wrong import name
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Apr 5, 2019
1 parent 50ef874 commit 18f45c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from __future__ import absolute_import

from .create_from_yaml import (FailToCreateError, create_from_yaml,
create_from_map)
create_from_dict)

0 comments on commit 18f45c9

Please sign in to comment.