summaryrefslogtreecommitdiff
path: root/reader.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-06-10 22:59:06 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-06-10 22:59:06 +0200
commit0a26480139476afdd167bc6a900551463da92079 (patch)
tree4beeeb42c594498fae05bc46bc0ae0f0659e05d8 /reader.py
parent63929c2efaef82fa283983d989a08a79cff2e99a (diff)
downloadruamel.yaml-0a26480139476afdd167bc6a900551463da92079.tar.gz
top-level folded/literal scalar col-00.15.6
Diffstat (limited to 'reader.py')
-rw-r--r--reader.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/reader.py b/reader.py
index b28befc..d200031 100644
--- a/reader.py
+++ b/reader.py
@@ -80,6 +80,7 @@ class Reader(object):
self.stream = stream # type: Any # as .read is called
def reset_reader(self):
+ # type: () -> None
self.name = None # type: Any
self.stream_pointer = 0
self.eof = True