Skip to content

Commit ac1248c

Browse files
committed
undo formatting changes
1 parent d52a458 commit ac1248c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyspark_huggingface/huggingface_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ def reader(self, schema: StructType) -> "DataSourceReader":
125125
@dataclass
126126
class Shard(InputPartition):
127127
""" Represents a dataset shard. """
128-
129128
index: int
130129

131130

132131
class HuggingFaceDatasetsReader(DataSourceReader):
132+
133133
def __init__(self, schema: StructType, builder: "DatasetBuilder", split: str, streaming_dataset: Optional["IterableDataset"]):
134134
self.schema = schema
135135
self.builder = builder

0 commit comments

Comments
 (0)