Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jontyms committed Sep 9, 2024
1 parent 3ea30b9 commit afc8fd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/plinko.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from pydantic import error_wrappers, validator
from sqlalchemy.orm import selectinload
from sqlalchemy.sql.sqltypes import UUID
from sqlmodel import Session, select

from app.models.info import InfoModel
from app.models.user import DiscordModel, PublicContact, UserModel, UserModelMutable
Expand Down

0 comments on commit afc8fd0

Please sign in to comment.