Skip to content

Commit 355e11c

Browse files
fix: update PermissionHandler import path in transform test
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6301535 commit 355e11c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/e2e/test_system_message_transform.py

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

77
import pytest
88

9-
from copilot import PermissionHandler
9+
from copilot.session import PermissionHandler
1010

1111
from .testharness import E2ETestContext
1212
from .testharness.helper import write_file

0 commit comments

Comments
 (0)