tests: remove extra empty lines
This commit is contained in:
parent
7fb90e0233
commit
bf7b6225e3
@ -107,11 +107,9 @@ class _AssertNotRaisesContext(object):
|
|||||||
|
|
||||||
self.failureException = test_case.failureException
|
self.failureException = test_case.failureException
|
||||||
|
|
||||||
|
|
||||||
def __enter__(self):
|
def __enter__(self):
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
|
||||||
def __exit__(self, exc_type, exc_value, tb):
|
def __exit__(self, exc_type, exc_value, tb):
|
||||||
if exc_type is None:
|
if exc_type is None:
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user