diff options
author | Anthon van der Neut <anthon@mnt.org> | 2018-10-17 09:46:37 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2018-10-17 09:46:37 +0200 |
commit | ef85bee2a24a6bb05c06d76a539401cbced70040 (patch) | |
tree | 0b12d64f60200891921f7d9732480b59939941f4 /serializer.py | |
parent | df5f2a3f889bf92954677041a1d307c81460e663 (diff) | |
download | ruamel.yaml-ef85bee2a24a6bb05c06d76a539401cbced70040.tar.gz |
added nprintf to import
Diffstat (limited to 'serializer.py')
-rw-r--r-- | serializer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serializer.py b/serializer.py index 16763ac..a37885c 100644 --- a/serializer.py +++ b/serializer.py @@ -3,7 +3,7 @@ from __future__ import absolute_import from ruamel.yaml.error import YAMLError -from ruamel.yaml.compat import nprint, DBG_NODE, dbg, string_types +from ruamel.yaml.compat import nprint, DBG_NODE, dbg, string_types, nprintf # NOQA from ruamel.yaml.util import RegExp from ruamel.yaml.events import ( |