Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
majdyz committed Nov 5, 2024
1 parent 9d68e30 commit 3d86165
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autogpt_platform/backend/backend/data/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ async def get_node(node_id: str) -> Node:
async def get_graphs(
user_id: str,
include_executions: bool = False,
include_nodes: bool = False,
filter_by: Literal["active", "template"] | None = "active",
) -> list[Graph]:
"""
Expand Down

0 comments on commit 3d86165

Please sign in to comment.