Skip to content

Commit 248e19f

Browse files
committed
Upgrade flake8 and fix found issue
Signed-off-by: Patrick Assuied <[email protected]>
1 parent 220b641 commit 248e19f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mypy>=1.2.0
22
mypy-extensions>=0.4.3
33
mypy-protobuf>=2.9
4-
flake8>=3.7.9
4+
flake8>=7.2.0
55
tox>=4.3.0
66
coverage>=5.3
77
wheel

ext/dapr-ext-workflow/tests/test_workflow_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def schedule_new_orchestration(
5757
return mock_schedule_result
5858

5959
def get_orchestration_state(self, instance_id, fetch_payloads):
60-
global wf_status
6160
if wf_status == 'not-found':
6261
raise SimulatedRpcError(code='UNKNOWN', details='no such instance exists')
6362
elif wf_status == 'found':

0 commit comments

Comments
 (0)