Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jtc42 committed Jun 15, 2020
1 parent 5bd5e98 commit 49e2f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/labthings/core/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

sentinel = object()


class RLock(_RLock):
def locked(self):
return self._block.locked()
Expand Down

0 comments on commit 49e2f82

Please sign in to comment.