Skip to content

Commit 71cfd9f

Browse files
committed
Fix linter errors: remove extra blank line and unused import
1 parent 59aba68 commit 71cfd9f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

azure/durable_functions/models/DurableOrchestrationClient.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ async def start_new(self,
111111
ex_message: Any = response[1]
112112
raise Exception(ex_message)
113113

114-
115114
def create_check_status_response(
116115
self, request: func.HttpRequest, instance_id: str) -> func.HttpResponse:
117116
"""Create a HttpResponse that contains useful information for \

azure/durable_functions/models/utils/http_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Any, List, Union, Optional
1+
from typing import Any, List, Union
22

33
import aiohttp
44

0 commit comments

Comments
 (0)