bugbear B007

This commit is contained in:
OMEGARAZER
2023-01-28 02:04:06 -05:00
parent cf5f7bfd16
commit 63b0607f58
2 changed files with 2 additions and 2 deletions

View File

@@ -214,7 +214,7 @@ def test_format_full_with_index_suffix(
def test_format_multiple_resources():
mocks = []
for i in range(1, 5):
for _i in range(1, 5):
new_mock = MagicMock()
new_mock.url = "https://example.com/test.png"
new_mock.extension = ".png"