mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +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."""
|
||||
import pathlib
|
||||
import uvicorn
|
||||
import yaml
|
||||
from asyncio import CancelledError
|
||||
from typing import Optional
|
||||
from uuid import uuid4
|
||||
from jinja2 import TemplateError
|
||||
|
||||
import uvicorn
|
||||
import yaml
|
||||
from fastapi import FastAPI, Depends, HTTPException, Request
|
||||
from fastapi.middleware.cors import CORSMiddleware
|
||||
from fastapi.responses import StreamingResponse
|
||||
|
||||
Reference in New Issue
Block a user