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
The referee has pointed out that our typing checks use old syntax not required since Python 3.9.
Instead of List we could now use list.
This is not critical, but we can change it in one of the upcoming versions.
The referee has pointed out that our typing checks use old syntax not required since Python 3.9.
Instead of
Listwe could now uselist.This is not critical, but we can change it in one of the upcoming versions.