Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
micpst committed Oct 16, 2024
1 parent 1014c5e commit a1e8cb9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/create_ragbits_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ def run() -> None:
src_dir.mkdir(exist_ok=True, parents=True)
(src_dir / "__init__.py").touch()

examples_dir = package_dir / "examples"
examples_dir.mkdir(exist_ok=True)

tests_dir = package_dir / "tests"
tests_dir.mkdir(exist_ok=True)

Expand Down

0 comments on commit a1e8cb9

Please sign in to comment.