Core: explicitly import importlib.util (#3224)

This commit is contained in:
Fabian Dill 2024-06-08 20:04:17 +02:00 committed by GitHub
parent 0d9fce29c6
commit 76804d295b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import importlib
import importlib.util
import logging
import os
import sys