From 42abdd020743a63ee80a74fc261dc8c8f554d1c7 Mon Sep 17 00:00:00 2001 From: VJHack Date: Thu, 12 Sep 2024 22:04:08 -0500 Subject: [PATCH] precommit corrections --- examples/server/tests/features/steps/steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/tests/features/steps/steps.py b/examples/server/tests/features/steps/steps.py index c463decf0..22b889e12 100644 --- a/examples/server/tests/features/steps/steps.py +++ b/examples/server/tests/features/steps/steps.py @@ -1373,4 +1373,4 @@ def start_server_background(context): thread_stderr = threading.Thread(target=server_log, args=(context.server_process.stderr, sys.stderr)) thread_stderr.start() - print(f"server pid={context.server_process.pid}, behave pid={os.getpid()}") \ No newline at end of file + print(f"server pid={context.server_process.pid}, behave pid={os.getpid()}")