mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-20 01:43:57 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -2,10 +2,12 @@ from api.models.donations import DonationFields
|
||||
from api.models.socials import SocialFields
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class ContactFields(BaseModel):
|
||||
"""
|
||||
Implements the fields for the API owner contact info.
|
||||
"""
|
||||
|
||||
email: str
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user