Skip to content

Commit

Permalink
fix: 놓친 경로 수정 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
anandashin committed Jan 1, 2025
1 parent cb84257 commit 195a40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watchapedia/auth/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from datetime import datetime, timedelta
from auth.settings import JWT_SETTINGS
from watchapedia.auth.settings import JWT_SETTINGS
from jose.exceptions import JWTError, ExpiredSignatureError
from watchapedia.common.errors import ExpiredSignatureError, InvalidTokenError
from passlib.context import CryptContext
Expand Down

0 comments on commit 195a40a

Please sign in to comment.