Skip to content

Commit

Permalink
fixup! mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Apr 29, 2024
1 parent 462e589 commit b2f1653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from sphinx.locale import __, init_console

if TYPE_CHECKING:
from collections.abc import Callable, Collection, Iterable, Iterator, Sequence
from collections.abc import Callable, Iterable, Iterator, Sequence
from typing import NoReturn

_PARSER_SETUP = Callable[[argparse.ArgumentParser], argparse.ArgumentParser]
Expand Down

0 comments on commit b2f1653

Please sign in to comment.