summaryrefslogtreecommitdiff
path: root/comments.py
diff options
context:
space:
mode:
Diffstat (limited to 'comments.py')
-rw-r--r--comments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.py b/comments.py
index 87b6629..d5a9d9d 100644
--- a/comments.py
+++ b/comments.py
@@ -239,7 +239,7 @@ class CommentedBase(object):
from ruamel.yaml.tokens import CommentToken
def comment_token(s, mark):
- # type: (Any) -> Any
+ # type: (Any, Any) -> Any
# handle empty lines as having no comment
return CommentToken(('# ' if s else '') + s + '\n', mark, None)