Skip to content

Commit 121ceb6

Browse files
majdyzclaude
andcommitted
style: apply Black formatting to graph.py
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent ff16d8b commit 121ceb6

File tree

1 file changed

+1
-2
lines changed
  • autogpt_platform/backend/backend/data

1 file changed

+1
-2
lines changed

autogpt_platform/backend/backend/data/graph.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,8 +1246,7 @@ async def __create_graph(tx, graph: Graph, user_id: str):
12461246
# Auto-detect HITL blocks for metadata
12471247
for g in graphs:
12481248
has_hitl = any(
1249-
node.block_id == "8b2a7b3c-6e9d-4a5f-8c1b-2e3f4a5b6c7d"
1250-
for node in g.nodes
1249+
node.block_id == "8b2a7b3c-6e9d-4a5f-8c1b-2e3f4a5b6c7d" for node in g.nodes
12511250
)
12521251
g.metadata.has_human_in_the_loop = has_hitl
12531252

0 commit comments

Comments
 (0)