You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds `from __future__ import annotations` to all custom code files to
enable forward references to contemporary type hints such as `dict` and
` list`. Also fixes a `TypeAlias` and enables python `3.8` checks
(resolves#138)
0 commit comments