Skip to content

Commit 4bca515

Browse files
committed
flake 8
1 parent 858164c commit 4bca515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/api/v2/managers/operation_api_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ async def _construct_and_dump_source(self, source_id: str):
171171
if not source:
172172
source = (await self.services['data_svc'].locate('sources', match=dict(name='basic')))
173173
return SourceSchema().dump(source[0])
174-
174+
175175
async def _call_ability_plugin_hooks(self, ability, executor):
176176
"""Calls any plugin hooks (at runtime) that exist for the ability and executor."""
177177
for _hook, fcall in executor.HOOKS.items():

app/service/planning_svc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ async def _generate_cleanup_links(self, operation, agent, link_status):
389389
lnk.apply_id(agent.host)
390390
links.append(lnk)
391391
return links
392-
392+
393393
async def _call_ability_plugin_hooks(self, ability, executor):
394394
"""Calls any plugin hooks (at runtime) that exist for the ability and executor."""
395395
for _hook, fcall in executor.HOOKS.items():

0 commit comments

Comments
 (0)