From 234f9c36d8705ba9164c192d0c2849658c1eed8b Mon Sep 17 00:00:00 2001 From: grillazz Date: Sat, 10 Apr 2021 19:27:13 +0200 Subject: [PATCH] remove unused imports --- the_app/api/stuff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the_app/api/stuff.py b/the_app/api/stuff.py index 825a822..9ce194c 100644 --- a/the_app/api/stuff.py +++ b/the_app/api/stuff.py @@ -1,4 +1,4 @@ -from fastapi import APIRouter, Depends, HTTPException, status +from fastapi import APIRouter, Depends, status from sqlalchemy.ext.asyncio import AsyncSession from the_app.database import get_db