Cleanup: remove redundant 'object' parent class
This commit is contained in:
@@ -23,7 +23,7 @@ from bpy.types import Operator
|
||||
import mathutils
|
||||
|
||||
|
||||
class prettyface(object):
|
||||
class prettyface:
|
||||
__slots__ = (
|
||||
"uv",
|
||||
"width",
|
||||
|
Reference in New Issue
Block a user