Clean-up imports #85
Labels
med-effort
Requires medium effort/time
med-prio
Medium priority issue/task
tech-debt
Technical debt that is overdue
Imports have become quite messy. There's also quite some conflicts between different modules (e.g.,
ast.Dict
vstyping.Dict
,typing.Optional
vsdusk.matcher.Optional
, dusk'sField
vs dawn4py'sField
, etc).We should try to come up with good conventions and then clean up these imports.
The text was updated successfully, but these errors were encountered: