Cleaned code
This commit is contained in:
parent
0ee727bca7
commit
932f33e372
5 changed files with 11 additions and 14 deletions
4
util.py
4
util.py
|
|
@ -1,12 +1,10 @@
|
|||
from asyncio import sleep
|
||||
from typing import Callable
|
||||
|
||||
from fastapi import HTTPException
|
||||
|
||||
from classes import ProcessStatus
|
||||
|
||||
from config import Config
|
||||
from controllers import Controllers
|
||||
from fastapi import HTTPException
|
||||
|
||||
|
||||
async def stop_server(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue