Update uvicorn
This commit is contained in:
parent
8b004ec46d
commit
352b561847
2 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ from pathlib import Path
|
|||
from typing import Optional
|
||||
|
||||
import uvicorn
|
||||
from uvicorn._subprocess import get_subprocess
|
||||
from uvicorn.config import LOGGING_CONFIG, Config
|
||||
from uvicorn.subprocess import get_subprocess
|
||||
from uvicorn.supervisors.basereload import BaseReload
|
||||
from watchdog.events import FileSystemEvent, PatternMatchingEventHandler
|
||||
from watchdog.observers import Observer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue