Skip to content

Commit

Permalink
fixed signature of one of the generate sample data methods
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Mar 18, 2024
1 parent cd044b2 commit 8482890
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ def gen_sample_oned_data(
@FileSet.generate_sample_data.register
def gen_sample_head_data(
head: Head,
dest_dir: Path,
seed: ty.Union[int, Random] = 0,
stem: ty.Optional[str] = None,
generator: SampleFileGenerator,
) -> ty.Iterable[Path]:
raise NotImplementedError

Expand Down

0 comments on commit 8482890

Please sign in to comment.