Skip to content

Commit f2c8c69

Browse files
authored
Explicitly import importlib.util to resolve mypy error (#1086)
1 parent cb82662 commit f2c8c69

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)