Update toolbox.py

remove duplicate "import importlib"
This commit is contained in:
gbwyljp 2023-04-09 11:55:00 +08:00 committed by GitHub
parent bb3dd97cfe
commit f9c4fb4b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import mdtex2html
import threading
import importlib
import traceback
import importlib
import inspect
import re
from latex2mathml.converter import convert as tex2mathml