mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Typo
This commit is contained in:
parent
8467058063
commit
683a4e9d43
2 changed files with 0 additions and 8 deletions
|
@ -1,10 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
import json
|
import json
|
||||||
|
|
||||||
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
|
|
||||||
|
|
||||||
from app.common.stream.entry import ProxyStream
|
from app.common.stream.entry import ProxyStream
|
||||||
from app.service.service import ServiceSettings
|
from app.service.service import ServiceSettings
|
||||||
from app.common.utils.utils import is_valid_http_url
|
from app.common.utils.utils import is_valid_http_url
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
|
|
||||||
|
|
||||||
from app.common.subscriber.login.entry import SubscriberUser
|
from app.common.subscriber.login.entry import SubscriberUser
|
||||||
from app.common.subscriber.entry import Device
|
from app.common.subscriber.entry import Device
|
||||||
from app.service.service import ServiceSettings
|
from app.service.service import ServiceSettings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue