No need to subclass 'object' in python3
This commit is contained in:
parent
6cc6556e8a
commit
0a7c26bb08
3 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ normalized_shape_tuple = Tuple[Tuple,
|
|||
DEFAULT_POLY_NUM_POINTS = 24
|
||||
|
||||
|
||||
class Shape(object, metaclass=ABCMeta):
|
||||
class Shape(metaclass=ABCMeta):
|
||||
"""
|
||||
Abstract class specifying functions common to all shapes.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue