summaryrefslogtreecommitdiff
path: root/representer.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-01-20 19:45:23 +0100
committerAnthon van der Neut <anthon@mnt.org>2020-01-20 19:45:23 +0100
commit095d64ed47887b12a59936e1a11b27641bcaf63c (patch)
tree0f37287b88b31d7b68b85767874444eaf0015831 /representer.py
parent245f5a1667033634d4069ee48b7d6915489148fd (diff)
downloadruamel.yaml-095d64ed47887b12a59936e1a11b27641bcaf63c.tar.gz
correct empty string mapping key rt0.16.6
Diffstat (limited to 'representer.py')
-rw-r--r--representer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/representer.py b/representer.py
index a0078f2..f0ad89f 100644
--- a/representer.py
+++ b/representer.py
@@ -1243,6 +1243,8 @@ RoundTripRepresenter.add_representer(
PlainScalarString, RoundTripRepresenter.represent_plain_scalarstring
)
+# RoundTripRepresenter.add_representer(tuple, Representer.represent_tuple)
+
RoundTripRepresenter.add_representer(ScalarInt, RoundTripRepresenter.represent_scalar_int)
RoundTripRepresenter.add_representer(BinaryInt, RoundTripRepresenter.represent_binary_int)