@@ -39,7 +39,7 @@ class DataMeta(type):
|
||||
|
||||
Returns:
|
||||
dict[str, object]: The TypedDict for this object.
|
||||
"""
|
||||
""" # noqa: DAR203
|
||||
fields = {
|
||||
name: str if type_ is datetime.datetime else type_
|
||||
for name, type_ in cls.__annotations__.items()
|
||||
|
||||
Reference in New Issue
Block a user