Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Shutik committed Nov 15, 2024
1 parent 64f10dc commit 6972bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import urllib3
import requests
from unittest.mock import MagicMock, patch

import time

Check failure on line 5 in tests/test_retry.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (F401)

tests/test_retry.py:5:8: F401 `time` imported but unused

Check failure on line 5 in tests/test_retry.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (F401)

tests/test_retry.py:5:8: F401 `time` imported but unused

def test_gets_response_after_retry_on_connection_error(shopify_client):
with patch(
Expand Down

0 comments on commit 6972bd4

Please sign in to comment.