From ee85f22537e43dca81f8bc75886b3b6c4c1361ce Mon Sep 17 00:00:00 2001 From: Ajay Mudgal Date: Mon, 6 Jan 2025 13:55:57 +0000 Subject: [PATCH] Fixing formatting issues --- test/integration/steps/test_steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/steps/test_steps.py b/test/integration/steps/test_steps.py index ac8c97107..22e82b410 100644 --- a/test/integration/steps/test_steps.py +++ b/test/integration/steps/test_steps.py @@ -1907,4 +1907,4 @@ def _(context: Context, reason: str) -> Context: ) is True ), f"ERROR: {reason} logs found" - return context \ No newline at end of file + return context