summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
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.