1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-01 19:02:31 +01:00

pylint/pep8 fixes

This commit is contained in:
Sergei Trofimov
2016-12-01 15:00:30 +00:00
parent ace41d10a5
commit 850fcb24ab
3 changed files with 6 additions and 2 deletions

View File

@@ -414,7 +414,7 @@ class HttpGetter(ResourceGetter):
return requests.get(url, auth=auth, stream=stream)
def resolve_resource(self, resource):
# pylint: disable=too-many-branches
# pylint: disable=too-many-branches,too-many-locals
assets = self.index.get(resource.owner.name, {})
if not assets:
return {}