summaryrefslogtreecommitdiff
path: root/composer.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-10-17 09:46:37 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-10-17 09:46:37 +0200
commitef85bee2a24a6bb05c06d76a539401cbced70040 (patch)
tree0b12d64f60200891921f7d9732480b59939941f4 /composer.py
parentdf5f2a3f889bf92954677041a1d307c81460e663 (diff)
downloadruamel.yaml-ef85bee2a24a6bb05c06d76a539401cbced70040.tar.gz
added nprintf to import
Diffstat (limited to 'composer.py')
-rw-r--r--composer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.py b/composer.py
index 3fda464..745c17a 100644
--- a/composer.py
+++ b/composer.py
@@ -5,7 +5,7 @@ from __future__ import absolute_import, print_function
import warnings
from ruamel.yaml.error import MarkedYAMLError, ReusedAnchorWarning
-from ruamel.yaml.compat import utf8, nprint
+from ruamel.yaml.compat import utf8, nprint, nprintf # NOQA
from ruamel.yaml.events import (
StreamStartEvent,