Skip to content

Commit 837e2ad

Browse files
ruff
1 parent acd1232 commit 837e2ad

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

dojo/tag_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

unittests/test_tag_utils_bulk.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def test_bulk_add_non_tag_field(self):
261261

262262

263263
class 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

371372
class BulkApplyParserTagsTest(TestCase):
373+
372374
"""Tests for bulk_apply_parser_tags — the import-loop accumulator path."""
373375

374376
def setUp(self):

0 commit comments

Comments
 (0)