Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Nov 15, 2024
1 parent 7f2f979 commit e14f02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vegafusion-python/vegafusion/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def _import_inline_datasets(
f"{missing_col}"
)
raise ValueError(msg)
df_nw = df_nw.select(columns) # type: ignore[index]
df_nw = df_nw.select(columns)

imported_inline_datasets[name] = Table(df_nw) # type: ignore[arg-type]
except TypeError:
Expand Down

0 comments on commit e14f02d

Please sign in to comment.