Skip to content

Commit 252017c

Browse files
committed
Sort imports
1 parent 119fda9 commit 252017c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_timeout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""Test the interaction with the currencylayer API."""
2+
import httpx
23
import pytest
34
from pytest_httpx import HTTPXMock
45

56
from glances_api import Glances
6-
import httpx
77

88

99
@pytest.mark.asyncio

0 commit comments

Comments
 (0)