From 73fb534a1dc7101dcfcac68dd3ba2dff7fc7c3e0 Mon Sep 17 00:00:00 2001 From: unique-sandglass Date: Tue, 10 Mar 2026 04:56:38 +0300 Subject: [PATCH] style: add trailing newline to main.py --- backend-agent/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend-agent/main.py b/backend-agent/main.py index 4935d6f..905ff7b 100644 --- a/backend-agent/main.py +++ b/backend-agent/main.py @@ -71,3 +71,4 @@ debug = bool(os.getenv('DEBUG', False)) print(f'Loading backend version {__version__} on port {port}') app.run(host='0.0.0.0', port=int(port), debug=debug) +