Skip to content

Commit 795a4d1

Browse files
committed
Shorthand for CustomAnnotationFactory.input_annotation_annotation
1 parent ee3bcbc commit 795a4d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

named_annotations.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,6 @@ def __recursively_format(self, collection: Iterable) -> list:
8686

8787
return formatted_collection
8888

89+
90+
input_annotation: Final[str] = CustomAnnotationFactory.input_annotation_annotation
91+

0 commit comments

Comments
 (0)