Skip to content

Commit ca7ccd0

Browse files
committed
Remove newline
1 parent 0e1bd78 commit ca7ccd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

safegraph/delphi_safegraph/process.py

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ def aggregate(df, signal_names, geo_resolution='county'):
133133
'''
134134
# Prepare geo resolution
135135
GEO_RESOLUTION = ('county', 'state')
136-
137136
if geo_resolution == 'county':
138137
df['geo_id'] = df['county_fips']
139138
elif geo_resolution == 'state':

0 commit comments

Comments
 (0)