Skip to content

Commit 53ccbe4

Browse files
committed
Correct sentence linebreak
1 parent 158cfcb commit 53ccbe4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cdc_covidnet/delphi_cdc_covidnet/covidnet.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ def download_mappings(
3838
@staticmethod
3939
def read_mappings(infile: str) -> Tuple[pd.DataFrame, pd.DataFrame, pd.DataFrame]:
4040
"""
41-
Read the mappings JSON file from disk to produce formatted.
42-
43-
pd.DataFrame for relevant mappings
41+
Read the mappings JSON file from disk to produce formatted DataFrames for relevant mappings.
4442
4543
Args:
4644
infile: Mappings JSON file

0 commit comments

Comments
 (0)