Skip to content

Commit eed81d7

Browse files
remove object
1 parent 25457a0 commit eed81d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

radish/customtyperegistry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .utils import Singleton
1010

1111

12-
class CustomTypeRegistry(object, metaclass=Singleton):
12+
class CustomTypeRegistry(metaclass=Singleton):
1313
"""
1414
Registry for all custom argument expressions
1515
"""

radish/stepregistry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .utils import Singleton
1010

1111

12-
class StepRegistry(object, metaclass=Singleton):
12+
class StepRegistry(metaclass=Singleton):
1313
"""
1414
Represents the step registry
1515
"""

0 commit comments

Comments
 (0)