Skip to content

Commit 34c0fe6

Browse files
update
1 parent 040e88f commit 34c0fe6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

integrations/acquisition/covidcast/test_covidcast_meta_caching.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def test_caching(self):
116116
'max_issue': 20200423,
117117
'min_lag': 0,
118118
'max_lag': 1,
119-
120119
}
121120
])
122121
epidata1={'result':1, 'message':'success', 'epidata':epidata1}

src/acquisition/covidcast/database.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ def compute_covidcast_meta(self, table_name='covidcast', use_index=True):
297297
`geo_type`
298298
ORDER BY
299299
`time_type` ASC,
300-
`geo_type` ASC
300+
`geo_type` ASC
301301
'''
302-
302+
303303
meta = []
304304
meta_lock = threading.Lock()
305305

0 commit comments

Comments
 (0)