tests: remove extra empty lines

This commit is contained in:
Marek Marczykowski-Górecki 2019-10-19 04:35:12 +02:00
parent 7fb90e0233
commit bf7b6225e3
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -107,11 +107,9 @@ class _AssertNotRaisesContext(object):
self.failureException = test_case.failureException
def __enter__(self):
return self
def __exit__(self, exc_type, exc_value, tb):
if exc_type is None:
return True