summaryrefslogtreecommitdiff
path: root/anchor.py
diff options
context:
space:
mode:
Diffstat (limited to 'anchor.py')
-rw-r--r--anchor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/anchor.py b/anchor.py
index a501416..1deea78 100644
--- a/anchor.py
+++ b/anchor.py
@@ -5,7 +5,7 @@ if False: # MYPY
anchor_attrib = '_yaml_anchor'
-class Anchor(object):
+class Anchor:
__slots__ = 'value', 'always_dump'
attrib = anchor_attrib