Skip to content

Commit 3d5701c

Browse files
committed
lint
1 parent 1bb84d8 commit 3d5701c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

claims_hosp/delphi_claims_hosp/backfill.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,15 @@ def store_backfill_file(claims_filepath, _end_date, backfill_dir):
7878
def merge_existing_backfill_files(backfill_dir, backfill_file, issue_date, logger):
7979
"""
8080
Merge existing backfill with the patch data included.
81+
8182
Parameters
8283
----------
8384
issue_date : datetime
8485
The most recent date when the raw data is received
8586
backfill_dir : str
8687
specified path to store backfill files.
8788
backfill_file : str
88-
8989
"""
90-
9190
new_files = glob.glob(backfill_dir + "/claims_hosp_*")
9291

9392
def get_file_with_date(files) -> Union[str, None]:

0 commit comments

Comments
 (0)