Skip to content

Commit 574ab8e

Browse files
Update python/tests/unit/functions/test_kernel_arguments_merge_optimization.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent da0c622 commit 574ab8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/unit/functions/test_kernel_arguments_merge_optimization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"""Tests for KernelArguments merge optimization (Issue #2: Lazy dict copy)."""
44

5-
import pytest
5+
from semantic_kernel.functions.kernel_arguments import KernelArguments
66
from unittest.mock import patch, MagicMock
77

88
from semantic_kernel.functions.kernel_arguments import KernelArguments

0 commit comments

Comments
 (0)