fix: sax contenthandler import path
This commit is contained in:
parent
14c09ce1cd
commit
71ee1b85aa
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ from pathlib import Path
|
||||||
|
|
||||||
from io import BytesIO
|
from io import BytesIO
|
||||||
from xml import sax
|
from xml import sax
|
||||||
from xml.sax import saxutils, ContentHandler
|
from xml.sax import saxutils
|
||||||
|
from xml.sax.handler import ContentHandler
|
||||||
from typing import List, Dict, Optional, Union, Tuple
|
from typing import List, Dict, Optional, Union, Tuple
|
||||||
|
|
||||||
from slixmpp.xmlstream import ET
|
from slixmpp.xmlstream import ET
|
||||||
|
|
Loading…
Reference in a new issue