File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ def bulk_add_tag_mapping(
190190
191191 Returns:
192192 Total number of new tag relationships created.
193+
193194 """
194195 from collections import defaultdict # noqa: PLC0415
195196
Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ def test_bulk_add_non_tag_field(self):
261261
262262
263263class BulkTagMappingTest (TestCase ):
264+
264265 """Tests for bulk_add_tag_mapping — the multi-tag, ~5-query variant."""
265266
266267 LOCATION_CLASS = Location if settings .V3_FEATURE_LOCATIONS else Endpoint
@@ -369,6 +370,7 @@ def test_batching_creates_all_relationships(self):
369370
370371
371372class BulkApplyParserTagsTest (TestCase ):
373+
372374 """Tests for bulk_apply_parser_tags — the import-loop accumulator path."""
373375
374376 def setUp (self ):
You can’t perform that action at this time.
0 commit comments