This commit is contained in:
Jason Liu
2024-03-20 21:27:49 -04:00
parent bd1e3b90a6
commit 01351c6cd6
+1 -1
View File
@@ -9,7 +9,7 @@ try:
import xml.etree.ElementTree as ET
except ImportError:
import warnings
warnings.warn("xmltodict and xml.etree.ElementTree modules not found. Please install them to proceed. `pip install xmltodict`", ImportWarning)
warnings.warn("xmltodict and xml.etree.ElementTree modules not found. Please install them to proceed. `pip install xmltodict`", ImportWarning)
T = TypeVar("T", bound=BaseModel)