Refactor file utils (#10970)

### What problem does this PR solve?

As title.

### Type of change

- [x] Refactoring

---------

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2025-11-03 18:54:55 +08:00
committed by GitHub
parent 076d811086
commit 1284647694
3 changed files with 7 additions and 78 deletions

View File

@ -36,7 +36,7 @@ def init_in_out(args):
from PIL import Image
from api.utils.file_utils import traversal_files
from common.file_utils import traversal_files
images = []
outputs = []