From 546a17f5d3e90dacb5018dee51dafbdb47858f02 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Sat, 27 Apr 2024 11:10:24 -0400 Subject: [PATCH] filelock: add missing newline Signed-off-by: Eric Callahan --- moonraker/utils/filelock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonraker/utils/filelock.py b/moonraker/utils/filelock.py index 7cc82de..9ce0621 100644 --- a/moonraker/utils/filelock.py +++ b/moonraker/utils/filelock.py @@ -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 \ No newline at end of file + self.locked = False