Skip to content

Commit e424f6e

Browse files
committed
add Session import
1 parent 1ecc062 commit e424f6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/routers/profile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from app.internal.privacy import PrivacyKinds
1919
from app.internal.showevent import get_upcoming_events
2020
from app.routers.user_exercise import create_user_exercise
21+
from sqlalchemy.orm import Session
2122
PICTURE_EXTENSION = config.PICTURE_EXTENSION
2223
PICTURE_SIZE = config.AVATAR_SIZE
2324
FIVE_EVENTS = 5

0 commit comments

Comments
 (0)