We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb15e73 commit 31364f9Copy full SHA for 31364f9
src/mas/devops/mas/__init__.py
@@ -1,9 +1,9 @@
1
-from apps import ( # noqa: F401
+from .apps import ( # noqa: F401
2
verifyAppInstance,
3
getAppsSubscriptionChannel
4
)
5
6
-from suite import ( # noqa: F401
+from .suite import ( # noqa: F401
7
isAirgapInstall,
8
getDefaultStorageClasses,
9
getCurrentCatalog,
0 commit comments