summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-08-16 19:23:30 +0200
committerAnthon van der Neut <anthon@mnt.org>2016-08-16 19:23:30 +0200
commit4ec57e99a0f51156663ba7140551763e76c7d021 (patch)
tree756f41135ebdcfa3107cd941471d78377ce182ad /main.py
parentc651cdf342b28c8fea45380cc1104ded0797c70a (diff)
downloadruamel.yaml-4ec57e99a0f51156663ba7140551763e76c7d021.tar.gz
further tweaking for running mypy in schema_salad0.12.2
Diffstat (limited to 'main.py')
-rw-r--r--main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.py b/main.py
index 8138ac4..646330f 100644
--- a/main.py
+++ b/main.py
@@ -373,7 +373,6 @@ class YAMLObjectMetaclass(type):
class YAMLObject(with_metaclass(YAMLObjectMetaclass)): # type: ignore
- # type: ignore
"""
An object that can dump itself to a YAML stream
and load itself from a YAML stream.