Skip to content

Commit

Permalink
Minor fix (removed unused imports and commented code in endpoints.py …
Browse files Browse the repository at this point in the history
…module)
  • Loading branch information
iduseev committed Oct 12, 2023
1 parent 7704d04 commit 825680e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/endpoints.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# backend/endpoints.py

import sys
import traceback

from uuid import uuid4
Expand All @@ -13,8 +12,6 @@
from fastapi.responses import JSONResponse
from fastapi.security import OAuth2PasswordRequestForm

# sys.path.append('utils')

from utils.logger_setup import logger_setup
from .database import MongoAdapter
from .security import create_access_token, get_password_hash
Expand Down

0 comments on commit 825680e

Please sign in to comment.