Merge pull request #389 from Ljp66/master

Update toolbox.py
This commit is contained in:
binary-husky 2023-04-10 00:31:24 +08:00 committed by GitHub
commit a3dd982159

View File

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