kill extra blank line
This commit is contained in:
parent
f0d1e99556
commit
264cc25648
@ -238,7 +238,6 @@ for n, test_case in enumerate(defs):
|
|||||||
i += 1
|
i += 1
|
||||||
test_method.__name__ = str(tname)
|
test_method.__name__ = str(tname)
|
||||||
setattr(TestDownload, test_method.__name__, test_method)
|
setattr(TestDownload, test_method.__name__, test_method)
|
||||||
|
|
||||||
del test_method
|
del test_method
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user