Skip to content

Commit a5cc0b7

Browse files
fix: import PermissionHandler in Python e2e test
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9ca4554 commit a5cc0b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/e2e/test_permissions.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 PermissionRequest, PermissionRequestResult
9+
from copilot import PermissionHandler, PermissionRequest, PermissionRequestResult
1010

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

0 commit comments

Comments
 (0)