filelock: add missing newline

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2024-04-27 11:10:24 -04:00
parent 7394a22c2d
commit 546a17f5d3
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 1 additions and 1 deletions

View File

@ -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