Skip to content

Commit

Permalink
Fix pep8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed May 2, 2015
1 parent 24a8b97 commit 445b16b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_encrypted_cookie_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def setUp(self):
self.key = b'Sixteen byte key'
self.handler = None
self.srv = None

def tearDown(self):
if self.handler is not None:
self.loop.run_until_complete(self.handler.finish_connections())
Expand Down

0 comments on commit 445b16b

Please sign in to comment.