Skip to content

Commit 4b7bc78

Browse files
committed
chore: remove unused pathlib import
Removes the pathlib import which became obsolete after the clean_bytecode logic was refactored to use os.walk.
1 parent 2c983fb commit 4b7bc78

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/import_profiler/profiler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import csv
1010
import os
1111
import shutil
12-
import pathlib
1312
import multiprocessing
1413

1514
NO_CPU_PINNING = -1

0 commit comments

Comments
 (0)