summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-10-16 17:40:21 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-10-16 17:40:21 +0200
commitdce0c0e60b88e12d0d3a20a64cfd0e0b47569b6a (patch)
tree085692b5650627683d0774b9872def9cba789b01 /main.py
parentb8580cfafa36ca97ce249e7530916deb76b137c8 (diff)
downloadruamel.yaml-dce0c0e60b88e12d0d3a20a64cfd0e0b47569b6a.tar.gz
update for mypy, documentation
Diffstat (limited to 'main.py')
-rw-r--r--main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.py b/main.py
index 93c688e..35613ef 100644
--- a/main.py
+++ b/main.py
@@ -716,6 +716,7 @@ class YAML(object):
self.sequence_dash_offset = val
def compact(self, seq_seq=None, seq_map=None):
+ # type: (Any, Any) -> None
self.compact_seq_seq = seq_seq
self.compact_seq_map = seq_map