Skip to content

Commit 13eb9eb

Browse files
committed
Upgrade Python syntax with pyupgrade --py38-plus
1 parent fa66d90 commit 13eb9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prompt_toolkit/layout/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from prompt_toolkit.formatted_text.base import OneStyleAndTextTuple
66

77
if TYPE_CHECKING:
8-
from typing_extensions import SupportsIndex
8+
from typing import SupportsIndex
99

1010
__all__ = [
1111
"explode_text_fragments",

0 commit comments

Comments
 (0)