Skip to content

Commit b9d36c1

Browse files
committed
Fix linter.
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>
1 parent 21fa5bc commit b9d36c1

File tree

1 file changed

+1
-1
lines changed
  • sdk/python/feast/infra/offline_stores/contrib/spark_offline_store

1 file changed

+1
-1
lines changed

sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/spark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def _to_df_internal(self) -> pd.DataFrame:
324324
return self.to_spark_df().toPandas()
325325

326326
def _to_arrow_internal(self) -> pyarrow.Table:
327-
"""Return dataset as pyarrow Table synchronously"""
327+
"""Return dataset as pyarrow Table synchronously"""
328328
return pyarrow.Table.from_pandas(self._to_df_internal())
329329

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

0 commit comments

Comments
 (0)