Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 2, 2022
1 parent 459e039 commit a567256
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ludwig/data/dataset/ray.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ def __init__(
# self.ds = self.ds.map_batches(to_tensors, batch_format="pandas")

def pipeline(
self,
shuffle: bool = True,
fully_executed: bool = True,
window_size_bytes: Optional[int] = None
self, shuffle: bool = True, fully_executed: bool = True, window_size_bytes: Optional[int] = None
) -> DatasetPipeline:
"""
Args:
Expand Down

0 comments on commit a567256

Please sign in to comment.