Skip to content

Commit

Permalink
Fix PEP8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed May 28, 2019
1 parent f1b5034 commit 7c0d07e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion temba_client/v2/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ def test_get_flows(self, mock_request):
self.assertEqual(results[0].results[0].name, "Color")
self.assertEqual(results[0].results[0].categories, ["Orange", "Blue", "Other", "Nothing"])


# check with all params
self.client.get_flows(uuid="ffce0fbb-4fe1-4052-b26a-91beb2ebae9a").all()

Expand Down
2 changes: 1 addition & 1 deletion temba_client/v2/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class Runs(TembaObject):
completed = IntegerField()
interrupted = IntegerField()
expired = IntegerField()

class FlowResult(TembaObject):
key = SimpleField()
name = SimpleField()
Expand Down

0 comments on commit 7c0d07e

Please sign in to comment.