File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/acquisition/covidcast
tests/acquisition/covidcast Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
import pandas as pd
7
7
8
8
from delphi_utils import Nans
9
- from delphi .epidata .acquisition . covidcast .covidcast_row import CovidcastRow
9
+ from delphi .epidata .common .covidcast_row import CovidcastRow
10
10
from delphi .epidata .acquisition .covidcast .database import Database
11
11
from delphi .epidata .server .utils .dates import day_to_time_value , time_value_to_day
12
12
import delphi .operations .secrets as secrets
Original file line number Diff line number Diff line change 14
14
)
15
15
16
16
# py3tester coverage target (equivalent to `import *`)
17
- __test_target__ = 'delphi.epidata.acquisition.covidcast .covidcast_row'
17
+ __test_target__ = 'delphi.epidata.common .covidcast_row'
18
18
19
19
20
20
class TestCovidcastRows (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments