Skip to content

Commit 823d1fb

Browse files
committed
More CI fixes
1 parent ae80871 commit 823d1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/pytables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ def _write_to_group(self, key, value, format, index=True, append=False,
14041404
)
14051405

14061406
# write the object
1407-
s.write(obj=value, append=append, complib=complib, **kwargs)
1407+
s.write(obj=value, append=append, complib=complib)
14081408

14091409
if s.is_table and index:
14101410
s.create_index(columns=index)

0 commit comments

Comments
 (0)