Skip to content

Commit

Permalink
fix PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Mar 2, 2017
1 parent d04a3fd commit 1691ea3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions temba_client/v2/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ def test_get_boundaries(self, mock_request):

self.assertRequest(mock_request, 'get', 'boundaries', params={'geometry': True})




def test_get_broadcasts(self, mock_request):
# check no params
mock_request.return_value = MockResponse(200, self.read_json('broadcasts'))
Expand Down

0 comments on commit 1691ea3

Please sign in to comment.