Skip to content

Commit 83d0337

Browse files
chinandrewkrivard
andauthored
Update nchs_mortality/delphi_nchs_mortality/run.py
Co-authored-by: Katie Mazaitis <krivard@cs.cmu.edu>
1 parent afa6569 commit 83d0337

File tree

1 file changed

+1
-1
lines changed
  • nchs_mortality/delphi_nchs_mortality

1 file changed

+1
-1
lines changed

nchs_mortality/delphi_nchs_mortality/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
INCIDENCE_BASE = 100000
3030
GEO_RES = "state"
3131

32-
def run_module(): # pylint: disable=R0912,R0915
32+
def run_module(): # pylint: disable=too-many-branches,too-many-statements
3333
"""Run module for processing NCHS mortality data."""
3434
params = read_params()
3535
export_start_date = params["export_start_date"]

0 commit comments

Comments
 (0)