Skip to content

Commit

Permalink
add docstring to DeveloperApplicationName schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Lopkop committed May 26, 2024
1 parent f1d1aab commit dac4fc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions abandonauth/models/developer_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@


class DeveloperApplicationName(BaseModel):
"""Name of the application."""

name: str


Expand Down

0 comments on commit dac4fc5

Please sign in to comment.