Skip to content

Commit 0bb9257

Browse files
author
Cloud User
committed
Fix: removed the debug items
1 parent 0529930 commit 0bb9257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sasctl/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from six.moves.urllib.error import HTTPError
1919

2020
from . import utils
21-
from .core import RestObj, current_session, get, get_link, request_link, delete
21+
from .core import RestObj, current_session, get, get_link, request_link
2222
from .exceptions import AuthorizationError
2323
from .services import model_management as mm
2424
from .services import model_publish as mp

0 commit comments

Comments
 (0)