×4 cyclic
This commit is contained in:
parent
10941ad0d8
commit
844543f755
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue