Fix a mistake in #36175 (#36179)

fix my bad

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar 2025-02-13 18:33:02 +01:00 committed by GitHub
parent b1a2de075d
commit 8fd4bc7d1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,7 +160,6 @@ if __name__ == "__main__":
else:
new_ordered_files.append(modular_file_path)
new_ordered_files = ordered_files
import multiprocessing
with multiprocessing.Pool(4) as p: