Skip to content

Commit c42ab3b

Browse files
committed
Chop blank line
1 parent 765aa49 commit c42ab3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/model_fields_/test_embedded_model_array.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ def test_filter_with_embeddedfield_array_path(self):
181181

182182
def test_filter_unsupported_lookups(self):
183183
# handle the unsupported lookups as key in a keytransform
184-
185184
for lookup in ["contained_by", "contains", "contains", "range"]:
186185
kwargs = {f"main_section__artifacts__metadata__origin__{lookup}": ["Pergamon", "Egypt"]}
187186
with CaptureQueriesContext(connection) as captured_queries:

0 commit comments

Comments
 (0)