Skip to content

Commit 56d9c9a

Browse files
committed
attempt to appease the linter
1 parent e9c1d1e commit 56d9c9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Fill.py

+1
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ def distribute_items_restrictive(world: MultiWorld) -> None:
278278
lock_later = []
279279

280280
def mark_for_locking(location: Location):
281+
nonlocal lock_later
281282
lock_later.append(location)
282283

283284
# "priority fill"

0 commit comments

Comments
 (0)