From 5d881df3382f9e16da0da379e54d28c18e6bb77c 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