Skip to content

Commit 5aeb9be

Browse files
author
Bernd Verst
committed
lint
1 parent 8bd29f4 commit 5aeb9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/durabletask/azext_durabletask/_scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def attach_scheduler(cmd, resource_group_name, scheduler_name, task_hub_name, #
404404
from azure.cli.core.commands.arm import resolve_role_id
405405
from azure.mgmt.authorization import AuthorizationManagementClient
406406
from azure.mgmt.authorization.models import RoleAssignmentCreateParameters
407-
from azure.core.exceptions import ResourceExistsError, HttpResponseError
407+
from azure.core.exceptions import ResourceExistsError
408408
import uuid
409409

410410
cli_ctx = cmd.cli_ctx

0 commit comments

Comments
 (0)