Skip to content

Commit 059cbfa

Browse files
committed
More CI fixes
1 parent e6d452e commit 059cbfa

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
@@ -1405,7 +1405,7 @@ def _write_to_group(self, key, value, format, index=True, append=False,
14051405
)
14061406

14071407
# write the object
1408-
s.write(obj=value, append=append, complib=complib, **kwargs)
1408+
s.write(obj=value, append=append, complib=complib)
14091409

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

0 commit comments

Comments
 (0)