Skip to content

Commit 84209b5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 418c89f commit 84209b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_backend.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,11 @@ def test_delete_pattern_with_custom_count(self, client_mock, cache: RedisCache):
508508

509509
@patch("django_redis.cache.RedisCache.client")
510510
def test_delete_pattern_with_settings_default_scan_count(
511-
self, client_mock, patch_itersize, cache: RedisCache, settings: SettingsWrapper,
511+
self,
512+
client_mock,
513+
patch_itersize,
514+
cache: RedisCache,
515+
settings: SettingsWrapper,
512516
):
513517
for key in ["foo-aa", "foo-ab", "foo-bb", "foo-bc"]:
514518
cache.set(key, "foo")

0 commit comments

Comments
 (0)