Skip to content

Commit 8cabe06

Browse files
committed
FIX: linting
1 parent 24cfea7 commit 8cabe06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pyrad_proc/pyrad/proc/process_timeseries.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ def process_point_measurement(procstatus, dscfg, radar_list=None):
150150
warn("Invalid agg_method, use 'nearest', 'nearest_valid', 'average' or 'none'")
151151
warn("Using 'nearest' instead...")
152152
agg_method = "nearest"
153-
154-
ignore_missing = dscfg.get("ignore_missing", False)
155153

156154
if dscfg["latlon"]:
157155
lon = dscfg["lon"]

0 commit comments

Comments
 (0)