Run formatter

This commit is contained in:
Sascha Ißbrücker
2025-08-11 08:05:50 +02:00
parent cd215a9237
commit aaa0f6e119
2 changed files with 2 additions and 2 deletions

View File

@@ -364,7 +364,7 @@ class FeedsTestCase(TestCase, BookmarkFactoryMixin):
self.setup_bookmark(tags=[tag1]),
self.setup_bookmark(tags=[tag1]),
]
self.setup_bookmark(),
self.setup_bookmark(),

View File

@@ -40,7 +40,7 @@ class TagTestCase(TestCase):
self.assertCountEqual(
parse_tag_string("book,,movie,,,album"), ["album", "book", "movie"]
)
def test_parse_tag_string_handles_duplicate_separators_with_spaces(self):
self.assertCountEqual(
parse_tag_string("book, ,movie, , ,album"), ["album", "book", "movie"]