Simplifications (#416)

This commit is contained in:
Philipp Horstenkamp 2023-11-30 17:21:19 +01:00 committed by GitHub
parent 8f6bc49f32
commit 9c60d01985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,5 @@ class Auditor:
company: str | None
def to_dict(self) -> dict:
"""Transform to dict.
Returns:
dict: _description_
"""
"""Transform to dict."""
return asdict(self)