fix: harden search validation and release v0.7.1
This commit is contained in:
@@ -10,7 +10,10 @@ import json
|
||||
import logging
|
||||
import re
|
||||
import urllib.parse
|
||||
from typing import Dict
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from typing import Any, Dict, Optional # noqa: F401
|
||||
|
||||
from .exceptions import QueryIdError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user