Skip to content

Commit 696d5aa

Browse files
author
Joel Collins
committed
Code formatting
1 parent 2f3846e commit 696d5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labthings/core/lock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def acquire(self, blocking=True, timeout=None):
8484

8585
lock_all = all(
8686
lock.acquire(blocking=blocking, timeout=timeout, _strict=False)
87-
for lock in self.locks
87+
for lock in self.locks
8888
)
8989

9090
if not lock_all:

0 commit comments

Comments
 (0)