Skip to content

Commit 70f70c0

Browse files
committed
clean code
1 parent 2ed58f4 commit 70f70c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import pkgutil
33
from fastapi import FastAPI
44
from fastapi.middleware.cors import CORSMiddleware
5-
from fastapi.openapi.docs import get_swagger_ui_html
65
from controllers import __path__ as controllers_path
76
from dotenv import load_dotenv
87
import os

0 commit comments

Comments
 (0)