Commit graph

1 commit

Author SHA1 Message Date
Sean Breckenridge
2a7e1eb987 fix mypy errors
this fixes two distinct mypy errors

one where NamedTuple/dataclassees can't be
defined locally
https://github.com/python/mypy/issues/7281

which happens when you run mypy like
mypy -p my.core on warm cache

the second error is the core/types.py file shadowing the
stdlib types module
2021-03-21 22:59:23 -07:00
Renamed from my/core/types.py (Browse further)