Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Jan 16, 2025
1 parent dc305c8 commit 1ffff43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tiled/client/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ def write_dataframe(
None, # default format, not appendable
key=key,
metadata=metadata,
specs=metadata,
specs=specs,
)

def write_appendable_dataframe(
Expand Down Expand Up @@ -984,7 +984,7 @@ def write_appendable_dataframe(
"application/x-tiled-sql-table",
key=key,
metadata=metadata,
specs=metadata,
specs=specs,
)

def _write_dataframe(
Expand Down

0 comments on commit 1ffff43

Please sign in to comment.