Skip to content

Commit dbb4deb

Browse files
authored
Fix import error
Lost `lxml` package
1 parent e25fc06 commit dbb4deb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

atlassian/crowd.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import logging
33

44
from jmespath import search
5+
from lxml import etree
56

67
from .rest_client import AtlassianRestAPI
78

0 commit comments

Comments
 (0)