Skip to content

Commit

Permalink
Flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Mar 14, 2019
1 parent be3421e commit 19e3fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlhub_sdk/tests/test_dlhub_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,5 @@ def test_namespace(self):

@skipUnless(is_travis, 'Status')
def test_status(self):
self.assertEqual('SUCCEEDED', self.dl.get_task_status('9f37b474-0f9f-4f3c-846b-314fc4241fe2')['status'])

self.assertEqual('SUCCEEDED',
self.dl.get_task_status('9f37b474-0f9f-4f3c-846b-314fc4241fe2')['status'])

0 comments on commit 19e3fe2

Please sign in to comment.