Skip to content

Commit

Permalink
added model representing mpsks clients
Browse files Browse the repository at this point in the history
added a model for sipa representing mpsks clients
#498
  • Loading branch information
agmes4 committed Dec 25, 2024
1 parent 96e7d04 commit 2290488
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sipa/model/pycroft/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

from pydantic import BaseModel

from sipa.model.mspk_client import MPSKClientEntry


class UserData(BaseModel):
id: int
Expand Down Expand Up @@ -58,7 +60,3 @@ class FinanceHistoryEntry(BaseModel):
description: str


class MPSKClientEntry(BaseModel):
mac: str
name: str
id: int

0 comments on commit 2290488

Please sign in to comment.