Skip to content

Commit

Permalink
Fix xmlsec#247 - Fix missing import of template in __init__.pyi s…
Browse files Browse the repository at this point in the history
…tub. (xmlsec#248)
  • Loading branch information
tdivis authored Mar 24, 2023
1 parent cc8632f commit 1563947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xmlsec/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ from _typeshed import GenericPath, Self, StrOrBytesPath
from lxml.etree import _Element

from xmlsec import constants as constants
from xmlsec import template as template
from xmlsec import tree as tree
from xmlsec.constants import __KeyData as KeyData
from xmlsec.constants import __Transform as Transform
Expand Down

0 comments on commit 1563947

Please sign in to comment.