langflow/src
Gabriel Luiz Freitas Almeida f427e17166 🔀 refactor(endpoints.py): rename import of build_langchain_types_dict to langchain_types_dict for consistency
🔀 refactor(types.py): add langchain_types_dict as a separate variable to improve code readability and maintainability

The import statement in `endpoints.py` has been updated to import `langchain_types_dict` instead of `build_langchain_types_dict` for consistency with the variable name. This change improves code readability and maintainability.

In `types.py`, a new variable `langchain_types_dict` has been added as a separate variable to store the result of `build_langchain_types_dict()`. This change improves code readability and makes it easier to understand the purpose of the variable.
2023-06-29 09:55:59 -03:00
..
backend 🔀 refactor(endpoints.py): rename import of build_langchain_types_dict to langchain_types_dict for consistency 2023-06-29 09:55:59 -03:00
frontend 🔀 chore(NodeModal): update import and variable name for nodeIconsLucide to improve code readability 2023-06-29 09:34:19 -03:00