Skip to content

Commit 0ec7609

Browse files
committed
attempt to appease the linter #2
1 parent 56d9c9a commit 0ec7609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fill.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def mark_for_locking(location: Location):
287287

288288
for location in lock_later:
289289
location.locked = True
290-
del lock_later
290+
del mark_for_locking, lock_later
291291

292292
if prioritylocations:
293293
defaultlocations = prioritylocations + defaultlocations

0 commit comments

Comments
 (0)