Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred82santa committed May 26, 2016
1 parent 35ef840 commit f5c2001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def test_no_timeout(self):
yield from self.session.request()



class TimeoutWithResponseTest(TestCase):

def setUp(self):
Expand Down Expand Up @@ -195,6 +194,7 @@ def test_no_timeout(self):

self.assertEqual((yield from self.session.request()), 'response')


class HeadersTest(TestCase):

def setUp(self):
Expand Down

0 comments on commit f5c2001

Please sign in to comment.