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
django.utils.datastructures.SortedDict has been unused since
a0569d7.
Can access class variables using self so drop unnecessary type() call.
range() supports passing a first argument larger than the second, in
which case it doesn't yield and values.
>>> list(range(2, 1))
[]
0 commit comments