Skip to content

Commit 31364f9

Browse files
committed
Update __init__.py
1 parent bb15e73 commit 31364f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mas/devops/mas/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
from apps import ( # noqa: F401
1+
from .apps import ( # noqa: F401
22
verifyAppInstance,
33
getAppsSubscriptionChannel
44
)
55

6-
from suite import ( # noqa: F401
6+
from .suite import ( # noqa: F401
77
isAirgapInstall,
88
getDefaultStorageClasses,
99
getCurrentCatalog,

0 commit comments

Comments
 (0)