Skip to content

Commit bbf05e1

Browse files
authored
Merge branch 'mims-harvard:main' into suyc
2 parents c037603 + 3c067d6 commit bbf05e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tooluniverse/build_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def cleanup_orphaned_files(tools_dir: Path, current_tool_names: Set[str]) -> int
4343
return 0
4444

4545
cleaned_count = 0
46-
keep_files = {"__init__.py", "_shared_client.py", "__pycache__"}
46+
keep_files = {"__init__", "_shared_client", "__pycache__"}
4747

4848
for file_path in tools_dir.iterdir():
4949
if (

0 commit comments

Comments
 (0)