Skip to content

Commit 3b0ffb6

Browse files
author
William Yang
committed
fix: explicitly import importlib.util for Python 3.11 compatibility
1 parent 012abfb commit 3b0ffb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootcs/check/runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import functools
1212
import inspect
1313
import importlib
14+
import importlib.util
1415
import multiprocessing
1516
import os
1617
from pathlib import Path

0 commit comments

Comments
 (0)