Skip to content

Commit d20904d

Browse files
committed
Fixing style errors.
1 parent 74b2d32 commit d20904d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.get_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)