Skip to content

Commit 90394da

Browse files
committed
Run formatter
1 parent 71e2190 commit 90394da

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

app/services/location/csbs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from datetime import datetime
44

55
from asyncache import cached
6-
76
from cachetools import TTLCache
87

98
from ...coordinates import Coordinates

app/services/location/jhu.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from datetime import datetime
44

55
from asyncache import cached
6-
76
from cachetools import TTLCache
87

98
from ...coordinates import Coordinates

tests/conftest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
import pytest
1010
from async_asgi_testclient import TestClient as AsyncTestClient
11+
from fastapi.testclient import TestClient
1112

1213
from app.main import APP
1314
from app.utils import httputils
14-
from fastapi.testclient import TestClient
1515

1616
try:
1717
from unittest.mock import AsyncMock
@@ -26,8 +26,6 @@
2626
from async_generator import asynccontextmanager
2727

2828

29-
30-
3129
@pytest.fixture
3230
def api_client():
3331
"""

0 commit comments

Comments
 (0)