summaryrefslogtreecommitdiff
path: root/constructor.py
diff options
context:
space:
mode:
Diffstat (limited to 'constructor.py')
-rw-r--r--constructor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constructor.py b/constructor.py
index 3fddba6..7b7426f 100644
--- a/constructor.py
+++ b/constructor.py
@@ -52,7 +52,7 @@ class DuplicateKeyError(MarkedYAMLFutureWarning):
pass
-class BaseConstructor(object):
+class BaseConstructor:
yaml_constructors = {} # type: Dict[Any, Any]
yaml_multi_constructors = {} # type: Dict[Any, Any]