"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "f12d161d6763cff0f45b0ec3b3f6072a2b7c7f9d"
Remove explicit inheritance from object
Summary: All classes implicitly inherit from `object` since Python 3, so remove unnecessary explicit inheritance. From the [official documentation](https://docs.python.org/3/library/functions.html#object): > `object` is a base for all classes. Reviewed By: nikhilaravi Differential Revision: D28942595 fbshipit-source-id: 466c0d19d8a93a6263e7ad734c3e87160cfa6066
Showing
Please register or sign in to comment