Skip to content

Commit 5b798c5

Browse files
committed
Remove unused imports
1 parent c4a6c9e commit 5b798c5

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

tests/test_csbs.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
import datetime
2-
from unittest import mock
3-
41
import pytest
52

6-
import app
73
from app.services.location import csbs
84
from tests.fixtures import mock_client_session
95
from tests.fixtures import mocked_session_get

tests/test_jhu.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
import datetime
21
from unittest import mock
32

43
import pytest
54

6-
import app
75
from app import location
86
from app.services.location import jhu
97
from tests.fixtures import mock_client_session

0 commit comments

Comments
 (0)