summaryrefslogtreecommitdiff
path: root/representer.py
diff options
context:
space:
mode:
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)