Simplifications (#416)

This commit is contained in:
2023-11-30 17:21:19 +01:00
committed by GitHub
parent 8f6bc49f32
commit 9c60d01985

View File

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