Skip to content

Commit ec6b9a5

Browse files
committed
[DOP-24570] Fix ruff errors
1 parent d38de77 commit ec6b9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_rentgen/server/services/lineage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ async def get_lineage_by_runs( # noqa: C901, PLR0915, PLR0912
462462
)
463463
return result
464464

465-
async def get_lineage_by_operations( # noqa: C901, PLR0912
465+
async def get_lineage_by_operations( # noqa: C901, PLR0912, PLR0915
466466
self,
467467
start_node_ids: Collection[UUID],
468468
direction: LineageDirectionV1,

0 commit comments

Comments
 (0)