We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119fda9 commit 252017cCopy full SHA for 252017c
tests/test_timeout.py
@@ -1,9 +1,9 @@
1
"""Test the interaction with the currencylayer API."""
2
+import httpx
3
import pytest
4
from pytest_httpx import HTTPXMock
5
6
from glances_api import Glances
-import httpx
7
8
9
@pytest.mark.asyncio
0 commit comments