Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
Signed-off-by: tdhooghe <[email protected]>
  • Loading branch information
tdhooghe committed Oct 21, 2024
1 parent 6b4e536 commit cee8467
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def save(self, data: pd.DataFrame | sp.DataFrame) -> None:
Args:
data (pd.DataFrame | sp.DataFrame): The data to save.
"""
breakpoint()
if isinstance(data, pd.DataFrame):
data = self._session.create_dataframe(data)

Expand Down

0 comments on commit cee8467

Please sign in to comment.