We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5df33 commit 857dd94Copy full SHA for 857dd94
named_annotations.py
@@ -60,7 +60,6 @@ class CustomAnnotationFactory(AnnotationFactory):
60
arguments and their subcollections with the input annotation.
61
"""
62
63
-
64
def __init__(self, original_factory: Mapping, annotations: Iterable):
65
self._original_factory = original_factory
66
self._annotations = tuple(annotations)
0 commit comments