summaryrefslogtreecommitdiff
path: root/tokens.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 /tokens.py
parentc93c3cd9efdebd72873655494fc695b9c65858eb (diff)
downloadruamel.yaml-be4502b57ac2203e3ad075b18a5a94f87dfcf8dc.tar.gz
more float stuff and mypy changes
Diffstat (limited to 'tokens.py')
-rw-r--r--tokens.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokens.py b/tokens.py
index aff531c..b60d11b 100644
--- a/tokens.py
+++ b/tokens.py
@@ -243,4 +243,5 @@ class CommentToken(Token):
delattr(self, 'pre_done')
def __repr__(self):
+ # type: () -> Any
return 'CommentToken({!r})'.format(self.value)