Skip to content

Commit bc05ade

Browse files
author
Laurent Mutricy
committed
remove unwanted ellipsis
1 parent 729bdb5 commit bc05ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/frame.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class DataFrame(NDFrame, OpsMixin):
277277
def from_dict(
278278
cls,
279279
data: dict[Any, Any],
280-
orient: Literal["index"] = ...,
280+
orient: Literal["index"],
281281
dtype: AstypeArg | None = ...,
282282
columns: Axes | None = ...,
283283
) -> DataFrame: ...

0 commit comments

Comments
 (0)