Skip to content

Commit

Permalink
refactor(utils): remove unused naming utilities
Browse files Browse the repository at this point in the history
Removed the following unused functions from utils/naming.py:
- camelcase_to_snakecase
- snakecase_to_camelcase
- filename_prefix_for_name
- filename_prefix_for_split
- filenames_for_dataset_split
- filepattern_for_dataset_split
  • Loading branch information
psmyth94 committed Nov 14, 2024
1 parent c16dfe8 commit 22d83cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 99 deletions.
8 changes: 0 additions & 8 deletions src/biosets/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@
silence,
unsilence,
)
from .naming import (
camelcase_to_snakecase,
filename_prefix_for_name,
filename_prefix_for_split,
filenames_for_dataset_split,
filepattern_for_dataset_split,
snakecase_to_camelcase,
)
from .py_util import (
as_py,
enable_full_determinism,
Expand Down
91 changes: 0 additions & 91 deletions src/biosets/utils/naming.py

This file was deleted.

0 comments on commit 22d83cb

Please sign in to comment.