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
Since python 3.9 adds support for using list and dict as types this has made
ruff unhappy with using the typing constructs of List and Dict. Reverting my
change for now; we can revisit in separate PR.
This reverts commit d0d31d3.
0 commit comments