Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
  • Loading branch information
pre-commit-ci[bot] committed Nov 1, 2025
commit ce9fb6704bc3a4447971f7dc9115fd8f2eb5e701
3 changes: 1 addition & 2 deletions stdlib/typing.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import collections # noqa: F401 # pyright: ignore[reportUnusedImport]
import sys
import typing_extensions
from _collections_abc import dict_items, dict_keys, dict_values
from _typeshed import IdentityFunction, ReadableBuffer, SupportsGetItem, SupportsGetItemViewable, SupportsKeysAndGetItem, Viewable
from abc import ABCMeta, abstractmethod
from re import Match as Match, Pattern as Pattern
Expand All @@ -20,7 +19,7 @@ from types import (
TracebackType,
WrapperDescriptorType,
)
from typing_extensions import Never as _Never, ParamSpec as _ParamSpec, deprecated
from typing_extensions import ParamSpec as _ParamSpec, deprecated

if sys.version_info >= (3, 14):
from _typeshed import EvaluateFunc
Expand Down
Loading