We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b705f6f commit 325b525Copy full SHA for 325b525
exceptions/__init__.py
@@ -0,0 +1 @@
1
+__all__ = ['JobNotFoundException', 'StudioException']
skylab_studio/studio_client.py
@@ -18,7 +18,7 @@
18
import sentry_sdk
19
20
from .version import VERSION
21
-from ..exceptions.exceptions import JobNotFoundException, StudioException
+from exceptions import *
22
23
API_HEADER_KEY = 'X-SLT-API-KEY'
24
API_HEADER_CLIENT = 'X-SLT-API-CLIENT'
0 commit comments