Skip to content

Commit

Permalink
Add space before class definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Jun 3, 2020
1 parent d288c9d commit 4e7a4e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/app/app/schemas/farm_info.py
Expand Up @@ -2,6 +2,7 @@

from pydantic import BaseModel


# farmOS Server Info to cache
class FarmInfo(BaseModel):
name: str
Expand Down

0 comments on commit 4e7a4e9

Please sign in to comment.