Went on a PEP-8 rampage
This commit is contained in:
parent
f99ad30fb6
commit
0948c9308a
36 changed files with 186 additions and 218 deletions
|
|
@ -53,4 +53,4 @@ class CompositeLock(object):
|
|||
|
||||
def release(self):
|
||||
for lock in self.locks:
|
||||
lock.release()
|
||||
lock.release()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue