Make pretty
This commit is contained in:
parent
f651f7436f
commit
ebe29d3d26
|
@ -3,6 +3,7 @@ from __future__ import annotations
|
|||
import os
|
||||
import platform
|
||||
import sys
|
||||
|
||||
from asyncio import (
|
||||
AbstractEventLoop,
|
||||
CancelledError,
|
||||
|
@ -70,6 +71,7 @@ from sanic.worker.multiplexer import WorkerMultiplexer
|
|||
from sanic.worker.reloader import Reloader
|
||||
from sanic.worker.serve import worker_serve
|
||||
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from sanic import Sanic
|
||||
from sanic.application.state import ApplicationState
|
||||
|
|
Loading…
Reference in New Issue
Block a user