Skip to content

Commit 9e6c151

Browse files
surajitsurajit
authored andcommitted
remove unused import
1 parent 8b13f1f commit 9e6c151

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
from fastapi import FastAPI
22
from fastapi import Request
3-
from fastapi import Depends
4-
from fastapi import HTTPException
53
from fastapi.templating import Jinja2Templates
6-
from sqlalchemy.orm import Session
74

8-
from crud.company import CompanyExistException
9-
from dependencies.dependencies import get_db
10-
from schemas import schema
11-
from hubspot_api import utils
12-
from crud import company as _company
135
from routes import email
146
from routes import contact
157
from routes import company

0 commit comments

Comments
 (0)