Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
community[patch]: Remove subscript for Result type object (#17823)
Resolved 'TypeError: 'type' object is not subscriptable' by removing subscription of Result type object Thank you for contributing to LangChain! - [x] **PR title**: "Langchain: Resolve type error for SQLAlchemy Result object in QuerySQLDataBaseTool class" - **Description:** Resolve type error for SQLAlchemy Result object in QuerySQLDataBaseTool class - [x] **Lint and test**: Run `make format`, `make lint` and `make test` from the root of the package(s) you've modified. See contribution guidelines for more: https://python.langchain.com/docs/contributing/ If no one reviews your PR within a few days, please @-mention one of baskaryan, efriis, eyurtsev, hwchase17.
- Loading branch information