Skip to content

Commit

Permalink
lxml is optional!
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Oct 16, 2024
1 parent eb65409 commit 8f7ff9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
import unittest
from io import StringIO

from lxml import etree

from wsgidav import xml_tools
from wsgidav.util import (
BASE_LOGGER_NAME,
Expand All @@ -32,6 +30,7 @@
to_str,
update_headers_in_place,
)
from wsgidav.xml_tools import etree


class BasicTest(unittest.TestCase):
Expand Down

0 comments on commit 8f7ff9d

Please sign in to comment.