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 77100b0 commit f9b0ce1Copy full SHA for f9b0ce1
app/utils/httputils.py
@@ -3,7 +3,6 @@
3
4
from aiohttp import ClientSession
5
6
-
7
# Singleton aiohttp.ClientSession instance.
8
CLIENT_SESSION: ClientSession
9
tests/test_routes.py
@@ -6,9 +6,10 @@
import pytest
from async_asgi_testclient import TestClient
+from app.main import APP
10
+
11
from .conftest import mocked_strptime_isoformat
12
from .test_jhu import DATETIME_STRING
-from app.main import APP
13
14
15
@pytest.mark.usefixtures("mock_client_session_class")
0 commit comments