Skip to content

Commit 92d87ea

Browse files
Gavin AguiarGavin Aguiar
authored andcommitted
Flake8 fixes
1 parent 550f3f4 commit 92d87ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/endtoend/test_durable_functions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,14 @@ def get_libraries_to_install(cls):
4141
def get_environment_variables(cls):
4242
return cls.env_variables
4343

44-
4544
@classmethod
4645
def get_script_dir(cls):
4746
return testutils.E2E_TESTS_FOLDER / 'durable_functions'
4847

4948
def test_durable(self):
5049
r = self.webhost.request('GET',
5150
'orchestrators/DurableFunctionsOrchestrator')
52-
time.sleep(4) # wait for the activity to complete
51+
time.sleep(4) # wait for the activity to complete
5352
self.assertEqual(r.status_code, 202)
5453
content = json.loads(r.content)
5554

0 commit comments

Comments
 (0)