Remove Python2 style object inheritance (#3597)
Summary: Python3 makes the use of `(object)` in class inheritance unnecessary. Let's modernize our code by eliminating this. Reviewed By: aaronenyeshi Differential Revision: D48957872
Showing
Please register or sign in to comment