Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
ccssu committed Aug 5, 2024
1 parent f601903 commit 5955576
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/bizyair/path_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ def get_filename_list(folder_name):

outs = folder_names_and_paths[folder_name]

# TODO del debug
import folder_paths

return outs + folder_paths.get_filename_list(folder_name)
return outs


def recursive_extract_models(data: Any, prefix_path: str = "") -> List[str]:
Expand Down

0 comments on commit 5955576

Please sign in to comment.