Skip to content

Commit 7cbceba

Browse files
committed
typing: Remove unused ignore
[1] was merged. [1] python/typeshed#11719 Signed-off-by: Stephen Finucane <[email protected]>
1 parent fa8d22d commit 7cbceba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_click/ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def nested(argument: ty.Optional[str]) -> NestedT:
411411
if argument not in values:
412412
raise ValueError(
413413
"%s is not a valid value for ':nested:'; allowed values: %s"
414-
% directives.format_values(values) # type: ignore
414+
% directives.format_values(values)
415415
)
416416

417417
return ty.cast(NestedT, argument)

0 commit comments

Comments
 (0)