Skip to content

Commit

Permalink
better doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 3, 2023
1 parent dbcccfe commit d627d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edutap/wallet_google/modelbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class GoogleWalletModel(BaseModel):

class GoogleWalletWithIdModel(GoogleWalletModel):
"""
Base model for all Google Wallet models.
Base model for Google Wallet models with an identifier.
"""

id: str
Expand Down

0 comments on commit d627d6d

Please sign in to comment.