Skip to content

Commit 4ca5546

Browse files
committed
clean
1 parent b58a8fb commit 4ca5546

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template/{% if has_backend %}backend{% endif %}/src/backend_api/app_def.py.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ from pathlib import Path{% endraw %}{% if backend_uses_graphql %}{% raw %}
77
from typing import override{% endraw %}{% endif %}{% raw %}
88
{% endraw %}{% if backend_uses_graphql %}{% raw %}
99
import strawberry{% endraw %}{% endif %}{% raw %}
10-
from fastapi import FastAPI
1110
from fastapi import Request
1211
from fastapi.middleware.cors import CORSMiddleware
1312
from fastapi.staticfiles import StaticFiles

0 commit comments

Comments
 (0)