Update uvicorn

This commit is contained in:
Andras Schmelczer 2022-06-25 15:31:24 +02:00
parent 8b004ec46d
commit 352b561847
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
2 changed files with 2 additions and 2 deletions

View file

@ -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