Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Commit 74303cc

Browse files
style: format code with Black and isort (#244)
This commit fixes the style issues introduced in 8527803 according to the output from Black and isort. Details: None Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
1 parent 8527803 commit 74303cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/class_based_views2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from uuid import UUID
33

44
import sqlalchemy as sa
5-
from fastapi import Depends, FastAPI, Header, HTTPException, APIRouter
5+
from fastapi import APIRouter, Depends, FastAPI, Header, HTTPException
66
from sqlalchemy.orm import Session, declarative_base
77
from starlette.status import HTTP_403_FORBIDDEN, HTTP_404_NOT_FOUND
88

0 commit comments

Comments
 (0)