fix: got unexpected 'lock' (#2228)

This commit is contained in:
Nicolò Boschi 2024-06-19 17:15:23 +02:00 committed by GitHub
commit da6bfc2ec1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -172,7 +172,6 @@ async def build_vertex(
artifacts,
vertex,
) = await graph.build_vertex(
lock=lock,
chat_service=chat_service,
vertex_id=vertex_id,
user_id=current_user.id,