Skip to content

Commit 1563947

Browse files
authored
Fix xmlsec#247 - Fix missing import of template in __init__.pyi stub. (xmlsec#248)
1 parent cc8632f commit 1563947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xmlsec/__init__.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ from _typeshed import GenericPath, Self, StrOrBytesPath
55
from lxml.etree import _Element
66

77
from xmlsec import constants as constants
8+
from xmlsec import template as template
89
from xmlsec import tree as tree
910
from xmlsec.constants import __KeyData as KeyData
1011
from xmlsec.constants import __Transform as Transform

0 commit comments

Comments
 (0)