kopia lustrzana https://github.com/simonw/datasette
Removed obsolete __init__ method
rodzic
de92c05134
commit
f069950a14
|
@ -61,9 +61,6 @@ class InFilter(Filter):
|
||||||
key = "in"
|
key = "in"
|
||||||
display = "in"
|
display = "in"
|
||||||
|
|
||||||
def __init__(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def split_value(self, value):
|
def split_value(self, value):
|
||||||
if value.startswith("["):
|
if value.startswith("["):
|
||||||
return json.loads(value)
|
return json.loads(value)
|
||||||
|
|
Ładowanie…
Reference in New Issue