markdown: Convert DbData to a dataclass.

This commit is contained in:
Steve Howell
2021-12-27 18:17:49 +00:00
committed by Tim Abbott
parent 4e551f8279
commit df84892aad
3 changed files with 37 additions and 28 deletions

View File

@@ -72,9 +72,3 @@ class SAMLIdPConfigDict(TypedDict, total=False):
extra_attrs: List[str]
x509cert: str
x509cert_path: str
class FullNameInfo(TypedDict):
id: int
email: str
full_name: str