Skip to content

Commit 74bebe3

Browse files
committed
update libary for ci
1 parent 98d631a commit 74bebe3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

claims_hosp/tests/test_download_claims_ftp_files.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# standard
22
import datetime
33
import re
4-
from mock import MagicMock, patch
4+
from unittest.mock import MagicMock, patch
55
import logging
66

7-
# third party
8-
import numpy as np
9-
from freezegun import freeze_time
10-
11-
# first party
127
from delphi_claims_hosp.download_claims_ftp_files import (change_date_format,
138
get_timestamp, download)
149

0 commit comments

Comments
 (0)