mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-26 09:18:53 +00:00
Main: Fix import formatting
Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
5
main.py
5
main.py
@@ -1,12 +1,11 @@
|
|||||||
"""The main tabbyAPI module. Contains the FastAPI server and endpoints."""
|
"""The main tabbyAPI module. Contains the FastAPI server and endpoints."""
|
||||||
import pathlib
|
import pathlib
|
||||||
|
import uvicorn
|
||||||
|
import yaml
|
||||||
from asyncio import CancelledError
|
from asyncio import CancelledError
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
from jinja2 import TemplateError
|
from jinja2 import TemplateError
|
||||||
|
|
||||||
import uvicorn
|
|
||||||
import yaml
|
|
||||||
from fastapi import FastAPI, Depends, HTTPException, Request
|
from fastapi import FastAPI, Depends, HTTPException, Request
|
||||||
from fastapi.middleware.cors import CORSMiddleware
|
from fastapi.middleware.cors import CORSMiddleware
|
||||||
from fastapi.responses import StreamingResponse
|
from fastapi.responses import StreamingResponse
|
||||||
|
|||||||
Reference in New Issue
Block a user