perf: 优化导入

This commit is contained in:
Rock Chin
2023-01-02 13:43:12 +08:00
parent 0dc7781325
commit b73c0e7438
3 changed files with 0 additions and 11 deletions

View File

@@ -1,14 +1,9 @@
import logging
import os
import threading
import colorlog
import pkg
import importlib
import pkgutil
import pkg.utils.context
from main import log_colors_config
def walk(module, prefix=''):