tools: fix importlib issue

pull/1820/head
Sebastien Bourdeauducq 2021-12-21 13:20:11 +08:00
parent c0a7be0a90
commit bbac477092
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import asyncio
import importlib
import importlib.util
import importlib.machinery
import inspect
import logging
import os