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 c4a6c9e commit 5b798c5Copy full SHA for 5b798c5
tests/test_csbs.py
@@ -1,9 +1,5 @@
1
-import datetime
2
-from unittest import mock
3
-
4
import pytest
5
6
-import app
7
from app.services.location import csbs
8
from tests.fixtures import mock_client_session
9
from tests.fixtures import mocked_session_get
tests/test_jhu.py
@@ -1,9 +1,7 @@
from unittest import mock
from app import location
from app.services.location import jhu
0 commit comments