Skip to content

Commit 9781ea6

Browse files
authored
fix: explicitly import needed module (#1336)
1 parent d06ef22 commit 9781ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cocoindex/user_app_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22
import sys
3-
import importlib
3+
import importlib.util
44
import types
55

66

0 commit comments

Comments
 (0)