Skip to content

Commit 72b04a7

Browse files
committed
remove parameter
1 parent 8bbe02f commit 72b04a7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

opensensor/collection_apis.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,7 @@ def get_uniform_sample_pipeline(
267267
if end_date is None:
268268
end_date = datetime.utcnow()
269269
sampling_interval = timedelta(minutes=resolution)
270-
match_clause = get_initial_match_clause(
271-
device_ids, device_name, start_date, end_date, resolution
272-
)
270+
match_clause = get_initial_match_clause(device_ids, device_name, start_date, end_date)
273271

274272
# Determine the $project
275273
old_name = get_collection_name(response_model)

0 commit comments

Comments
 (0)