Skip to content

Commit

Permalink
Fix linter.
Browse files Browse the repository at this point in the history
Signed-off-by: ckarwicki <jdeveloper98@gmail.com>
Signed-off-by: ckarwicki <104110169+ckarwicki-deloitte@users.noreply.github.com>
Signed-off-by: ckarwicki <71740096+ckarwicki@users.noreply.github.com>
  • Loading branch information
ckarwicki committed Sep 8, 2022
1 parent 21fa5bc commit b9d36c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def _to_df_internal(self) -> pd.DataFrame:
return self.to_spark_df().toPandas()

def _to_arrow_internal(self) -> pyarrow.Table:
"""Return dataset as pyarrow Table synchronously"""
"""Return dataset as pyarrow Table synchronously"""
return pyarrow.Table.from_pandas(self._to_df_internal())

def persist(self, storage: SavedDatasetStorage, allow_overwrite: bool = False):
Expand Down

0 comments on commit b9d36c1

Please sign in to comment.