Skip to content

Commit edf94c2

Browse files
committed
test mypy fix
1 parent 3829027 commit edf94c2

File tree

1 file changed

+1
-1
lines changed
  • src/nested_pandas/nestedframe

1 file changed

+1
-1
lines changed

src/nested_pandas/nestedframe/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,7 @@ def map_rows(
19681968
self,
19691969
func: Callable[..., Any],
19701970
columns: None | str | list[str] = None,
1971-
row_container: Literal[dict] | Literal["args"] = "dict",
1971+
row_container: Literal["dict"] | Literal["args"] = "dict",
19721972
output_names: None | str | list[str] = None,
19731973
infer_nesting: bool = True,
19741974
append_columns: bool = False,

0 commit comments

Comments
 (0)