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):
client: Any = None
type: str = "bedrock"
input_type: Optional[str] = "search_query"
session: Optional[Any] = (None,)
session: Optional[Any] = None
region: Optional[str] = None
def __init__(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment