summaryrefslogtreecommitdiff
path: root/scanner.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-08-18 09:47:28 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-08-18 09:47:28 +0200
commitba6beb48c620f861fcc120e272bf4b6798aff919 (patch)
treeac02a25c3745ea967fa61b4b2d02dad4c0cc9874 /scanner.py
parentdeeb75a3efb4a7ae0ab4b28c8b081d41329865f3 (diff)
downloadruamel.yaml-ba6beb48c620f861fcc120e272bf4b6798aff919.tar.gz
updates for mypy and remove print statements
Diffstat (limited to 'scanner.py')
-rw-r--r--scanner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scanner.py b/scanner.py
index 0d5885a..c989e6d 100644
--- a/scanner.py
+++ b/scanner.py
@@ -1206,7 +1206,7 @@ class Scanner(object):
if block_scalar_comment is not None:
token.add_pre_comments([block_scalar_comment])
if len(trailing) > 0:
- # print('trailing 1', trailing) # XXXXX
+ # nprint('trailing 1', trailing) # XXXXX
# Eat whitespaces and comments until we reach the next token.
comment = self.scan_to_next_token()
while comment: