Skip to content

Commit

Permalink
from xml.etree import ElementTree # noqa: ICN001
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 3, 2024
1 parent 2f883f1 commit fd3f2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import time
import unittest
from io import StringIO
from xml.etree import ElementTree
from xml.etree import ElementTree # noqa: ICN001

from pysolr import (
NESTED_DOC_KEY,
Expand Down

0 comments on commit fd3f2e1

Please sign in to comment.