summaryrefslogtreecommitdiff
path: root/serializer.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-04-19 08:17:05 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-04-19 08:17:05 +0200
commit3d77f16e00124b74e150625396617b41e41da014 (patch)
treeed01337ba7c78a5a5e68255a7a574e00e78556fc /serializer.py
parent54cb146e541b557471a19fcd884abd7e441d85b8 (diff)
downloadruamel.yaml-3d77f16e00124b74e150625396617b41e41da014.tar.gz
removed (object), prepare new RTScanner
Diffstat (limited to 'serializer.py')
-rw-r--r--serializer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/serializer.py b/serializer.py
index 19b0424..1a78829 100644
--- a/serializer.py
+++ b/serializer.py
@@ -29,7 +29,7 @@ class SerializerError(YAMLError):
pass
-class Serializer(object):
+class Serializer:
# 'id' and 3+ numbers, but not 000
ANCHOR_TEMPLATE = 'id%03d'