Skip to content

Commit b705f6f

Browse files
committed
SCP-8 update exceptions import
1 parent 069c4e8 commit b705f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.exceptions import JobNotFoundException, StudioException
2222

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

0 commit comments

Comments
 (0)