Skip to content

Commit a140dfa

Browse files
committed
explicitly import importlib.util
1 parent 392bab3 commit a140dfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/torchcodec/_internally_replaced_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# LICENSE file in the root directory of this source tree.
66

77
import importlib
8+
import importlib.util
89
import sys
910
from pathlib import Path
1011
from types import ModuleType

0 commit comments

Comments
 (0)