Skip to content

Commit b0d5713

Browse files
committed
lint
1 parent ecab171 commit b0d5713

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas-stubs/core/reshape/concat.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ def concat( # type: ignore[overload-overlap] # pyright: ignore[reportOverlappin
5353
) -> Series: ...
5454
@overload
5555
def concat( # type: ignore[overload-overlap] # pyright: ignore[reportOverlappingOverload]
56-
objs: (
57-
Iterable[Series | DataFrame] | Mapping[HashableT1, Series | DataFrame]
58-
),
56+
objs: Iterable[Series | DataFrame] | Mapping[HashableT1, Series | DataFrame],
5957
*,
6058
axis: Axis = ...,
6159
join: Literal["inner", "outer"] = ...,

0 commit comments

Comments
 (0)