diff --git a/src/kleinanzeigen_bot/utils/pydantics.py b/src/kleinanzeigen_bot/utils/pydantics.py index a878c9c..cb1bdbd 100644 --- a/src/kleinanzeigen_bot/utils/pydantics.py +++ b/src/kleinanzeigen_bot/utils/pydantics.py @@ -202,4 +202,6 @@ def __get_message_template(error_code:str) -> str | None: "Input should be a valid complex string following the rules at " "https://docs.python.org/3/library/functions.html#complex" ) - case _: return None + case _: + pass + return None