Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dvadym committed Sep 10, 2024
1 parent b809ae9 commit d196abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline_dp/data_extractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DataExtractors:


@dataclasses.dataclass
class MultiValueDataExtactors(DataExtractors):
class MultiValueDataExtractors(DataExtractors):
"""Data extractors with multiple value extractors.
Each extractor corresponds to the different value to aggregate.
Expand Down

0 comments on commit d196abd

Please sign in to comment.