diff --git a/spcd/util.py b/spcd/util.py index 13b162d..4148e93 100644 --- a/spcd/util.py +++ b/spcd/util.py @@ -7,7 +7,8 @@ from urllib.parse import urlparse, urlunparse from rwx import fs from rwx.log import stream as log -from spcd import env, shell +from spcd import shell +from spcd.shell import env def add_url_path(url: str, extra_path: str) -> str: