removed now unused file
This commit is contained in:
@ -1,11 +0,0 @@
|
||||
import json
|
||||
|
||||
|
||||
def make_filter(**kwargs):
|
||||
items = [{k: v} for k, v in kwargs.items()]
|
||||
filt = {"where": {"and": items}}
|
||||
filt = json.dumps(filt)
|
||||
return {"filter": filt}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user