Skip to content

Commit

Permalink
remove unused dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Oct 14, 2024
1 parent 5986634 commit a6eaeb9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions caveclient/materializationengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1997,10 +1997,6 @@ def synapse_query(
"""
filter_in_dict = {}
filter_equal_dict = {}
filter_greater_dict = {}
filter_less_dict = {}
filter_greater_equal_dict = {}
filter_less_equal_dict = {}
filter_out_dict = None
filter_spatial_dict = None
if synapse_table is None:
Expand Down Expand Up @@ -2032,10 +2028,6 @@ def synapse_query(
filter_in_dict=filter_in_dict,
filter_out_dict=filter_out_dict,
filter_equal_dict=filter_equal_dict,
filter_greater_dict=filter_greater_dict,
filter_less_dict=filter_less_dict,
filter_greater_equal_dict=filter_greater_equal_dict,
filter_less_equal_dict=filter_less_equal_dict,
filter_spatial_dict=filter_spatial_dict,
offset=offset,
limit=limit,
Expand Down

0 comments on commit a6eaeb9

Please sign in to comment.