kill extra blank line

This commit is contained in:
John Hawkinson 2016-10-10 21:55:07 -04:00
parent f0d1e99556
commit 264cc25648

View File

@ -238,7 +238,6 @@ for n, test_case in enumerate(defs):
i += 1
test_method.__name__ = str(tname)
setattr(TestDownload, test_method.__name__, test_method)
del test_method
if __name__ == '__main__':