forked from mirrors/thatmattlove-hyperglass
remove test function
This commit is contained in:
parent
d2f734ba1c
commit
e6b6ab5812
1 changed files with 0 additions and 4 deletions
|
|
@ -25,10 +25,6 @@ QueryTarget = constr(strip_whitespace=True, min_length=1)
|
|||
QueryType = constr(strip_whitespace=True, strict=True, min_length=1)
|
||||
|
||||
|
||||
def deserialize(kw: t.Dict[str, t.Any]) -> "Query":
|
||||
return Query(**kw)
|
||||
|
||||
|
||||
class SimpleQuery(BaseModel):
|
||||
"""A simple representation of a post-validated query."""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue