It seems unnecessary to me.
But I still wondering why some sample codes (python3) still inherit this style.
For example (quoted from Django 2 by Example):
from django.contrib.auth.models import User
class EmailAuthBackend(object):
....
Can someone explain a bit?
Thanks!