mirror of
https://github.com/ihabunek/toot
synced 2025-02-03 20:57:38 +01:00
Fix compat with older python versions
This commit is contained in:
parent
59adec3e55
commit
8d1edd5374
@ -383,7 +383,7 @@ class ConversionError(Exception):
|
||||
data_class: Type,
|
||||
field_name: str,
|
||||
field_type: Type,
|
||||
field_value: str | None,
|
||||
field_value: Optional[str]
|
||||
):
|
||||
super().__init__(
|
||||
f"Failed converting field `{data_class.__name__}.{field_name}` " +
|
||||
|
Loading…
x
Reference in New Issue
Block a user