Skip to content

Commit b428dba

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent ec37678 commit b428dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/builtins.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class type:
227227
def __prepare__(metacls, name: str, bases: tuple[type, ...], /, **kwds: Any) -> MutableMapping[str, object]: ...
228228
if sys.version_info >= (3, 10):
229229
def __or__(self, value: Any, /) -> types.UnionType | Self: ... # type: ignore[misc]
230-
def __ror__(self, value: Any, /) -> types.UnionType | Self: ... # type: ignore[misc]
230+
def __ror__(self, value: Any, /) -> types.UnionType | Self: ... # type: ignore[misc]
231231
if sys.version_info >= (3, 12):
232232
__type_params__: tuple[TypeVar | ParamSpec | TypeVarTuple, ...]
233233
__annotations__: dict[str, AnnotationForm]

0 commit comments

Comments
 (0)