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 237ffd3..1cfd662 100644
--- a/comments.py
+++ b/comments.py
@@ -1116,7 +1116,7 @@ class CommentedSet(MutableSet, CommentedBase): # type: ignore # NOQA
class TaggedScalar(CommentedBase):
# the value and style attributes are set during roundtrip construction
def __init__(self, value=None, style=None, tag=None):
- # type: () -> None
+ # type: (Any, Any, Any) -> None
self.value = value
self.style = style
if tag is not None: