Skip to content

Commit baa61e3

Browse files
author
Matthew
committed
style(controller): remove extra comma
flake8 doesn't seem to dislike this style, but it looks odd and does not conform to the rest of the code.
1 parent 50a213a commit baa61e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller/api/tests/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ def test_unauthorized_user_cannot_modify_config(self):
540540
HTTP_AUTHORIZATION='token {}'.format(unauthorized_token))
541541
self.assertEqual(response.status_code, 403)
542542

543-
def _test_app_healthcheck(self,):
543+
def _test_app_healthcheck(self):
544544
# post a new build, expecting it to pass as usual
545545
url = "/v1/apps/{self.app}/builds".format(**locals())
546546
body = {'image': 'autotest/example'}

0 commit comments

Comments
 (0)