From 760c1a537a6210d2b52f0192c7a90bb5c6cd3a84 Mon Sep 17 00:00:00 2001 From: Bhishamt <122654952+Bhishamt@users.noreply.github.com> Date: Sat, 26 Apr 2025 18:53:04 +0530 Subject: [PATCH] Update test_workflow.py --- tests/integration/test_workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_workflow.py b/tests/integration/test_workflow.py index 28fba2b..36b4818 100644 --- a/tests/integration/test_workflow.py +++ b/tests/integration/test_workflow.py @@ -1,4 +1,4 @@ -import pytest +import pytest from src.workflow.graph import build_graph def test_workflow_initialization():