mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed obsolete __init__ method
This commit is contained in:
parent
de92c05134
commit
f069950a14
1 changed files with 0 additions and 3 deletions
|
|
@ -61,9 +61,6 @@ class InFilter(Filter):
|
|||
key = "in"
|
||||
display = "in"
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def split_value(self, value):
|
||||
if value.startswith("["):
|
||||
return json.loads(value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue