[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-03-25 13:45:09 +00:00
committed by GitHub
parent c8610fb4ce
commit 508e864858

View File

@ -63,9 +63,7 @@ from langflow.services.deps import (
def update_projects_components_with_latest_component_versions(project_data, all_types_dict):
# Flatten the all_types_dict for easy access
all_types_dict_flat = {
key: component
for category in all_types_dict.values()
for key, component in category.items()
key: component for category in all_types_dict.values() for key, component in category.items()
}
node_changes_log = defaultdict(list)