Skip to content

Commit 1a15c4a

Browse files
majdyzclaude
andcommitted
style: format has_human_in_the_loop assignment in LibraryAgent
Split long line for better readability per Python formatting standards. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 4e686d7 commit 1a15c4a

File tree

1 file changed

+3
-1
lines changed
  • autogpt_platform/backend/backend/server/v2/library

1 file changed

+3
-1
lines changed

autogpt_platform/backend/backend/server/v2/library/model.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ def from_db(
143143
is_latest_version=is_latest_version,
144144
is_favorite=agent.isFavorite,
145145
recommended_schedule_cron=agent.AgentGraph.recommendedScheduleCron,
146-
has_human_in_the_loop=graph.metadata.has_human_in_the_loop if graph.metadata else False,
146+
has_human_in_the_loop=(
147+
graph.metadata.has_human_in_the_loop if graph.metadata else False
148+
),
147149
)
148150

149151

0 commit comments

Comments
 (0)