Skip to content

Commit 4922cbc

Browse files
committed
clean up test
1 parent 6188207 commit 4922cbc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

google_symptoms/tests/test_patch.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
from pathlib import Path
77
import re
88
import shutil
9-
from typing import Dict, List, Tuple
10-
import pytest
9+
from typing import List, Tuple
1110

1211
from delphi_google_symptoms.patch import patch
1312
from delphi_utils.validator.utils import lag_converter
1413

15-
from delphi_google_symptoms.constants import SMOOTHERS_MAP, PAD_DAYS
14+
from delphi_google_symptoms.constants import SMOOTHERS_MAP
1615
from conftest import state_data_gap, county_data_gap, covidcast_metadata, TEST_DIR
1716

1817

@@ -71,8 +70,5 @@ def side_effect(*args, **kwargs):
7170
start_date += timedelta(days=1)
7271

7372

74-
75-
76-
7773
if __name__ == '__main__':
7874
unittest.main()

0 commit comments

Comments
 (0)