Skip to content

Commit

Permalink
remove unused SessionToken model (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden authored Jun 12, 2024
1 parent 91e8906 commit 6ac1b9a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions store/app/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ def create(cls, email: str, username: str, password: str) -> "User":
)


class SessionToken(BaseModel):
"""Stored in Redis rather than DynamoDB."""

token_hash: str # Primary key
user_id: str


class Bom(BaseModel):
part_id: str
quantity: int
Expand Down

0 comments on commit 6ac1b9a

Please sign in to comment.