Skip to content

Commit 49e2f82

Browse files
committed
Code formatting
1 parent 5bd5e98 commit 49e2f82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/labthings/core/lock.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
sentinel = object()
99

10+
1011
class RLock(_RLock):
1112
def locked(self):
1213
return self._block.locked()

0 commit comments

Comments
 (0)