Skip to content

Commit 8c3f97d

Browse files
committed
Remove dead sample size constant
1 parent 2bfd27b commit 8c3f97d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/acquisition/covidcast/csv_importer.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ class CsvImporter:
2929
MIN_YEAR = 2019
3030
MAX_YEAR = 2030
3131

32-
# reasonable lower bound for sanity checking sample size (if sample size is
33-
# present, then, for privacy, it should definitely be larger than this value)
34-
MIN_SAMPLE_SIZE = 5
35-
3632
# NOTE: this should be a Python 3.7+ `dataclass`, but the server is on 3.4
3733
# See https://docs.python.org/3/library/dataclasses.html
3834
class RowValues:

0 commit comments

Comments
 (0)