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 the minium declared python version is 3.10
we don't need the Union and Option and many
type imports should be done from collections.abc.
so i ran `fd --extension py --type f --exec pyupgrade --py310-plus`
on the repo.
All changes are automated, i.e. no manual edit.
0 commit comments