Skip to content

Commit 4434507

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 435a6c3 commit 4434507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/docutils/docutils/parsers/rst/states.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1+
from _typeshed import Incomplete
12
from collections.abc import Callable, Iterable, Mapping, Sequence
23
from re import Match, Pattern
34
from types import ModuleType
45
from typing import Any, ClassVar, Final, Literal, TypeVar, overload
6+
from typing_extensions import Never, TypeAlias
57

6-
from _typeshed import Incomplete
78
from docutils import ApplicationError, DataError, nodes
89
from docutils.parsers.rst import Directive
910
from docutils.parsers.rst.languages import _RstLanguageModule
1011
from docutils.parsers.rst.tableparser import TableParser
1112
from docutils.statemachine import StateMachine, StateMachineWS, StateWS, StringList
1213
from docutils.utils import Reporter
13-
from typing_extensions import Never, TypeAlias
1414

1515
__docformat__: Final = "reStructuredText"
1616

0 commit comments

Comments
 (0)