Skip to content

Commit f9b0ce1

Browse files
committed
Black formatting
1 parent 77100b0 commit f9b0ce1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/utils/httputils.py

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

44
from aiohttp import ClientSession
55

6-
76
# Singleton aiohttp.ClientSession instance.
87
CLIENT_SESSION: ClientSession
98

tests/test_routes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
import pytest
77
from async_asgi_testclient import TestClient
88

9+
from app.main import APP
10+
911
from .conftest import mocked_strptime_isoformat
1012
from .test_jhu import DATETIME_STRING
11-
from app.main import APP
1213

1314

1415
@pytest.mark.usefixtures("mock_client_session_class")

0 commit comments

Comments
 (0)