Skip to content
Snippets Groups Projects
Unverified Commit 44d8536c authored by Kurtis Massey's avatar Kurtis Massey
Browse files

Tidy up

parent e155874a
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ class BedrockEncoder(BaseEncoder): ...@@ -11,7 +11,7 @@ class BedrockEncoder(BaseEncoder):
client: Any = None client: Any = None
type: str = "bedrock" type: str = "bedrock"
input_type: Optional[str] = "search_query" input_type: Optional[str] = "search_query"
session: Optional[Any] = (None,) session: Optional[Any] = None
region: Optional[str] = None region: Optional[str] = None
def __init__( def __init__(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment