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
It is very weird that this library is being used. It is 6 months old and zero stars on github (https://github.com/jaraco/singledispatch).
Also this lib emits a warning regarding collections.abc
The functionality was added to functools on python 3.4 and so this should be a conditional requirement for people stuck in older unsupported python versions. Same thing was done to enum so please do the same here.