From c080aba02b3cc84922f8270ff2b883a88439e11a Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Thu, 26 Oct 2023 12:00:29 -0400 Subject: [PATCH] ignore type lint --- therapy/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/therapy/main.py b/therapy/main.py index 60458e53..8562767c 100644 --- a/therapy/main.py +++ b/therapy/main.py @@ -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