mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
converted CRLF ending lines to LF ones in api/src/structures/custom_responses.py
let ruff organise the imports
This commit is contained in:
parent
7d73c3c7ee
commit
3c5029f801
1 changed files with 50 additions and 50 deletions
|
@ -1,7 +1,7 @@
|
||||||
from collections.abc import AsyncIterable, Iterable
|
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import typing
|
import typing
|
||||||
|
from collections.abc import AsyncIterable, Iterable
|
||||||
|
|
||||||
from pydantic import BaseModel
|
from pydantic import BaseModel
|
||||||
from starlette.background import BackgroundTask
|
from starlette.background import BackgroundTask
|
||||||
from starlette.concurrency import iterate_in_threadpool
|
from starlette.concurrency import iterate_in_threadpool
|
||||||
|
|
Loading…
Add table
Reference in a new issue