Skip to content

Commit

Permalink
ignore type lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Oct 26, 2023
1 parent 9340df9 commit c080aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion therapy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def search(
response = query_handler.search(
html.unescape(q),
keyed=keyed, # type: ignore
incl=incl,
incl=incl, # type: ignore
excl=excl, # type: ignore
infer=infer_namespace,
) # type: ignore
Expand Down

0 comments on commit c080aba

Please sign in to comment.