Skip to content

Commit 6e5589f

Browse files
committed
updated nits
1 parent 9022c8d commit 6e5589f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backend/app/server.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
from contextlib import asynccontextmanager
33
from typing import Union
44

5-
from backend.app.routes import send_email
65
from dotenv import load_dotenv
76
from fastapi import FastAPI
87

9-
108
from app.routes import email_test
119

1210
load_dotenv()
1311

1412
# we need to load env variables before initialization code runs
15-
# from . import models # noqa: E402
1613
from .routes import user # noqa: E402
1714
from .utilities.ses.ses_init import ensure_ses_templates # noqa: E402
1815

0 commit comments

Comments
 (0)