Skip to content

Commit 141852e

Browse files
committed
Nans NCHS: Add import missed in merge
1 parent 26eaae4 commit 141852e

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
@@ -9,7 +9,7 @@
99
from typing import Dict, Any
1010

1111
import numpy as np
12-
from delphi_utils import S3ArchiveDiffer, get_structured_logger, create_export_csv
12+
from delphi_utils import S3ArchiveDiffer, get_structured_logger, create_export_csv, Nans
1313

1414
from .archive_diffs import arch_diffs
1515
from .constants import (METRICS, SENSOR_NAME_MAP,

0 commit comments

Comments
 (0)