Skip to content

Commit eaf016d

Browse files
sgratzlkrivard
andauthored
Apply suggestions from code review
Co-authored-by: Katie Mazaitis <[email protected]>
1 parent aad54e0 commit eaf016d

File tree

1 file changed

+1
-1
lines changed
  • src/server/endpoints/covidcast_utils

1 file changed

+1
-1
lines changed

src/server/endpoints/covidcast_utils/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def get_related_signals(signal: DataSignal) -> List[DataSignal]:
242242

243243
def count_signal_time_types(source_signals: List[SourceSignalPair]) -> Tuple[int, int]:
244244
"""
245-
count the number of weekly signals in this queries
245+
count the number of signals in this query for each time type
246246
@returns daily counts, weekly counts
247247
"""
248248
weekly = 0

0 commit comments

Comments
 (0)