We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25457a0 commit eed81d7Copy full SHA for eed81d7
2 files changed
radish/customtyperegistry.py
@@ -9,7 +9,7 @@
9
from .utils import Singleton
10
11
12
-class CustomTypeRegistry(object, metaclass=Singleton):
+class CustomTypeRegistry(metaclass=Singleton):
13
"""
14
Registry for all custom argument expressions
15
radish/stepregistry.py
-class StepRegistry(object, metaclass=Singleton):
+class StepRegistry(metaclass=Singleton):
Represents the step registry
0 commit comments