summaryrefslogtreecommitdiff
path: root/comments.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-08-06 09:07:30 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-08-06 09:07:30 +0200
commitbe4502b57ac2203e3ad075b18a5a94f87dfcf8dc (patch)
tree8a2f90f0b707858b877c76af392cf625be4031ca /comments.py
parentc93c3cd9efdebd72873655494fc695b9c65858eb (diff)
downloadruamel.yaml-be4502b57ac2203e3ad075b18a5a94f87dfcf8dc.tar.gz
more float stuff and mypy changes
Diffstat (limited to 'comments.py')
-rw-r--r--comments.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/comments.py b/comments.py
index f8e68a6..1e2bf82 100644
--- a/comments.py
+++ b/comments.py
@@ -177,6 +177,7 @@ class Tag(object):
self.value = None
def __repr__(self):
+ # type: () -> Any
return '{0.__class__.__name__}({0.value!r})'.format(self)