Skip to content

Commit

Permalink
Cherry pick PR: extends path in __init__.py for SDK correctly (#1531) (
Browse files Browse the repository at this point in the history
…#1539)

Co-authored-by: cakeislife100 <[email protected]>
  • Loading branch information
johnugeorge and cakeislife100 authored Mar 1, 2022
1 parent c935698 commit 1d10a49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/kubeflow/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

0 comments on commit 1d10a49

Please sign in to comment.