summaryrefslogtreecommitdiff
path: root/anchor.py
diff options
context:
space:
mode:
Diffstat (limited to 'anchor.py')
-rw-r--r--anchor.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/anchor.py b/anchor.py
index e1b5432..4d77ad3 100644
--- a/anchor.py
+++ b/anchor.py
@@ -1,8 +1,8 @@
-
anchor_attrib = '_yaml_anchor'
+
class Anchor(object):
__slots__ = 'value', 'always_dump'
attrib = anchor_attrib
@@ -11,4 +11,3 @@ class Anchor(object):
# type: () -> None
self.value = None
self.always_dump = False
-