mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user