Skip to content

Commit

Permalink
cleaned up fileformats extras
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Dec 20, 2023
1 parent f7c4f26 commit ce5a3e3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 703 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@


@FileSet.generate_sample_data.register
def gen_sample_con_data(con: Con, dest_dir: Path, seed: ty.Union[int, Random], stem: ty.Optional[str]):
def gen_sample_con_data(con: Con, dest_dir: Path, seed: ty.Union[int, Random] = 0, stem: ty.Optional[str] = None) -> ty.Iterable[Path]:
raise NotImplementedError
Empty file removed tools/__init__.py
Empty file.
Loading

0 comments on commit ce5a3e3

Please sign in to comment.