Skip to content

Commit f9ca833

Browse files
Tim020claude
andcommitted
Fix ruff formatting in block_computation.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2388568 commit f9ca833

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

server/utils/show/block_computation.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ def compute_blocks_for_prop(prop: Props, show: Show) -> List[Block]:
7575
:returns: List of Block objects representing consecutive allocations
7676
"""
7777
# Get all scene IDs where this prop is allocated
78-
allocated_scene_ids: Set[int] = {
79-
alloc.scene_id for alloc in prop.scene_allocations
80-
}
78+
allocated_scene_ids: Set[int] = {alloc.scene_id for alloc in prop.scene_allocations}
8179

8280
return _compute_blocks(show, allocated_scene_ids)
8381

0 commit comments

Comments
 (0)