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
As we deprecated fully Python 2 we should remove all remnants from era when these two coexisted.
I mean all from __future__ import ... and things like class Foobar(object): should be just class Foobar:.
The text was updated successfully, but these errors were encountered:
As we deprecated fully Python 2 we should remove all remnants from era when these two coexisted.
I mean all
from __future__ import ...
and things likeclass Foobar(object):
should be justclass Foobar:
.The text was updated successfully, but these errors were encountered: