Skip to content

Commit 325b525

Browse files
committed
SCP-8 new import tech
1 parent b705f6f commit 325b525

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

exceptions/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__all__ = ['JobNotFoundException', 'StudioException']

skylab_studio/studio_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import sentry_sdk
1919

2020
from .version import VERSION
21-
from ..exceptions.exceptions import JobNotFoundException, StudioException
21+
from exceptions import *
2222

2323
API_HEADER_KEY = 'X-SLT-API-KEY'
2424
API_HEADER_CLIENT = 'X-SLT-API-CLIENT'

0 commit comments

Comments
 (0)