filelock: add missing newline
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
7394a22c2d
commit
546a17f5d3
|
@ -107,4 +107,4 @@ class AsyncExclusiveFileLock(contextlib.AbstractAsyncContextManager):
|
|||
return
|
||||
loop = asyncio.get_running_loop()
|
||||
await loop.run_in_executor(None, self._release_file)
|
||||
self.locked = False
|
||||
self.locked = False
|
||||
|
|
Loading…
Reference in New Issue