Skip to content

Commit 756b7d6

Browse files
committed
fix flake8
1 parent fea97f2 commit 756b7d6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tests/trove/trovesearch/test_search_params.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
from trove.util.queryparams import QueryparamName
88
from trove.vocab.namespaces import OSFMAP, RDF, DCTERMS
99

10-
11-
from django.test import SimpleTestCase
12-
from trove.trovesearch.search_params import SearchText
13-
1410
class TestSearchText(SimpleTestCase):
1511
def test_empty_text_list(self):
1612
inputs = []

trove/trovesearch/search_params.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ def queryparams_from_textsegments(self, queryparam_family: str, textsegments):
263263
)
264264
yield str(_qp_name), _qp_value
265265

266+
266267
@dataclasses.dataclass(frozen=True)
267268
class SearchFilter:
268269
class FilterOperator(enum.Enum):

0 commit comments

Comments
 (0)