From 2004da336f1736f63062fa70dae374b9ad765917 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Wed, 2 Jan 2019 20:43:06 +0100 Subject: fix issue with roundtripping mappings keys that are aliases to scalar strings --- scalarint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scalarint.py') diff --git a/scalarint.py b/scalarint.py index 6842c05..581a8df 100644 --- a/scalarint.py +++ b/scalarint.py @@ -8,7 +8,7 @@ from ruamel.yaml.anchor import Anchor if False: # MYPY from typing import Text, Any, Dict, List # NOQA -__all__ = ['ScalarInt', 'BinaryInt', 'OctalInt', 'HexInt', 'HexCapsInt'] +__all__ = ['ScalarInt', 'BinaryInt', 'OctalInt', 'HexInt', 'HexCapsInt', 'DecimalInt'] class ScalarInt(no_limit_int): -- cgit v1.2.1