Skip to content

Commit d44bc42

Browse files
committed
Removing an extra line
1 parent a1fbe88 commit d44bc42

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyannotating.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def __class_getitem__(cls, annotation_resource: tuple[Any, Any] | Any) -> Any:
209209
[input_annotation, AnnotationTemplate(Iterable, [input_annotation])]
210210
)
211211

212-
213212
method_of: Final[AnnotationTemplate] = AnnotationTemplate(
214213
Callable,
215214
[[input_annotation, ...], Any]

0 commit comments

Comments
 (0)