Skip to content

Commit

Permalink
feat: 기본 셋팅
Browse files Browse the repository at this point in the history
  • Loading branch information
taewan2002 committed Feb 15, 2024
1 parent 7841bb5 commit 9e7601d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/service/auth.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import aioredis
from fastapi import Depends, HTTPException, status
from sqlalchemy.orm import Session
from app.db.database import get_db, get_redis_client, save_db
from app.db.database import get_db, save_db
from app.db.models import User
import jwt
import datetime
Expand Down

0 comments on commit 9e7601d

Please sign in to comment.