We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed58f4 commit 70f70c0Copy full SHA for 70f70c0
main.py
@@ -2,7 +2,6 @@
2
import pkgutil
3
from fastapi import FastAPI
4
from fastapi.middleware.cors import CORSMiddleware
5
-from fastapi.openapi.docs import get_swagger_ui_html
6
from controllers import __path__ as controllers_path
7
from dotenv import load_dotenv
8
import os
0 commit comments