Skip to content

Commit

Permalink
Main: Fix import formatting
Browse files Browse the repository at this point in the history
Signed-off-by: kingbri <[email protected]>
  • Loading branch information
kingbri1 committed Dec 24, 2023
1 parent 3461f82 commit 0d2e726
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0d2e726

Please sign in to comment.