mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-21 21:03:55 +02:00
Simplifications (#416)
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user