mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-22 13:34:04 +03:00
Refactor imports in REST4.py
This commit is contained in:
parent
64d91a7d70
commit
1fd286c73a
@ -34,7 +34,6 @@ import typing
|
|||||||
import collections.abc
|
import collections.abc
|
||||||
import asyncio
|
import asyncio
|
||||||
import aiohttp
|
import aiohttp
|
||||||
import collections.abc
|
|
||||||
|
|
||||||
|
|
||||||
REST_URL: typing.Final[str] = 'http://172.27.0.1:8000/uds/rest/'
|
REST_URL: typing.Final[str] = 'http://172.27.0.1:8000/uds/rest/'
|
||||||
|
Loading…
Reference in New Issue
Block a user