refactor: Implement MyPy feedback

This commit is contained in:
TrisNol 2023-10-03 16:42:09 +02:00
parent 259259953e
commit 0dfe95652d

View File

@ -444,7 +444,6 @@ def map_last_update(data: dict) -> str:
"""
return data["XJustiz_Daten"]["Fachdaten_Register"]["Auszug"]["letzte_Eintragung"]
def map_unternehmensregister_json(data: dict) -> Company:
"""Processes the Unternehmensregister structured export to a Company by using several helper methods.