-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
When attempting to read a datetime.time field with DataclassReader, I get the following error:
name 'datetime' is not defined. Did you forget to import 'datetime'?
which is raised here:
| self.type_hints = typing.get_type_hints(cls) |
I think dataclass-csv should support parsing datetime.time fields out of the box.
Metadata
Metadata
Assignees
Labels
No labels