Trying to fix linting.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-10-04 15:24:06 -04:00
parent 0b0bde48d1
commit 79bd4ba084

View File

@@ -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()