Skip to content

Commit 129cc13

Browse files
committed
Remove get_related_signals
1 parent 8c39b16 commit 129cc13

File tree

1 file changed

+0
-5
lines changed
  • src/server/endpoints/covidcast_utils

1 file changed

+0
-5
lines changed

src/server/endpoints/covidcast_utils/model.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,6 @@ def _load_data_signals(sources: List[DataSource]):
236236
data_signals_by_key[(source.db_source, d.signal)] = d
237237

238238

239-
240-
def get_related_signals(signal: DataSignal) -> List[DataSignal]:
241-
return [s for s in data_signals if s != signal and s.signal_basename == signal.signal_basename]
242-
243-
244239
def count_signal_time_types(source_signals: List[SourceSignalPair]) -> Tuple[int, int]:
245240
"""
246241
count the number of signals in this query for each time type

0 commit comments

Comments
 (0)