F401 fixes for ruff

This commit is contained in:
AUTOMATIC
2023-05-10 09:02:23 +03:00
parent f741a98bac
commit 4b854806d9
17 changed files with 27 additions and 30 deletions

View File

@@ -2,7 +2,6 @@ import os
import sys
import traceback
import importlib.util
from types import ModuleType
def load_module(path):