Skip to content

Commit 1060222

Browse files
committed
Fixing style errors.
1 parent 823000b commit 1060222

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

errata_tool/connector.py

-2
Original file line numberDiff line numberDiff line change
@@ -335,5 +335,3 @@ def filter(self, endpoint, filter_arg, **kwargs):
335335
return {'data': self.get_paginated_data(url)}
336336

337337
return self._get(url)
338-
339-

errata_tool/erratum.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,8 @@ def externalTests(self, test_type=None):
455455
:returns: a possibly-empty list of dicts, one per result.
456456
"""
457457
response = self.filter('/api/v1/external_tests', 'filter',
458-
active='true', errata_id=self.errata_id,
459-
test_type=test_type, paginated=True)
458+
active='true', errata_id=self.errata_id,
459+
test_type=test_type, paginated=True)
460460
return response['data']
461461

462462
def _get_build_list(self, check_signatures=False):

0 commit comments

Comments
 (0)