There was an error while loading. Please reload this page.
1 parent 760c112 commit 183407aCopy full SHA for 183407a
1 file changed
backend/app/api/endpoints/Password/__init__.py
@@ -1,5 +1,5 @@
1
from fastapi import APIRouter # pyright: reportUnusedImport=false
2
3
-from . import controller as controller # noqa: E402
4
-
5
api = APIRouter()
+
+from . import controller as controller # noqa: E402
0 commit comments