Minor updates

This commit is contained in:
Scott Idem
2021-09-17 17:31:41 -04:00
parent 23c63ff09d
commit adb90fd214
2 changed files with 26 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ class Person_Base(BaseModel):
test_field: str = 'asdf 1234'
# Convenience Data
# Including convenience data
# This is only for convenience. Probably going to keep unless it causes a problem.
email: Optional[str]
cc_email: Optional[str]