Skip to content

Commit b23f910

Browse files
Jingjing TangJingjing Tang
authored andcommitted
remove trailing whitespaces
1 parent 50de26f commit b23f910

File tree

1 file changed

+3
-4
lines changed
  • google_health/delphi_google_health

1 file changed

+3
-4
lines changed

google_health/delphi_google_health/run.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ def run_module():
6767
# Turn on basic logging messages (level INFO)
6868
logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.INFO)
6969
logging.info("Creating data from %s through %s.", start_date, end_date)
70-
70+
7171
if not params["test"]:
7272
# setup class to handle API calls
7373
ght = GoogleHealthTrends(ght_key=ght_key)
74-
74+
7575
# read data frame version of the data
7676
df_state = get_counts_states(
7777
ght, PULL_START_DATE, end_date, static_dir=static_dir, data_dir=data_dir
@@ -82,8 +82,7 @@ def run_module():
8282
else:
8383
df_state = pd.read_csv(params["test_data_dir"].format(geo_res="state"))
8484
df_dma = pd.read_csv(params["test_data_dir"].format(geo_res="dma"))
85-
86-
85+
8786
df_hrr, df_msa = derived_counts_from_dma(df_dma, static_dir=static_dir)
8887

8988
signal_names = add_prefix(SIGNALS, wip_signal, prefix="wip_")

0 commit comments

Comments
 (0)