From 264cc256481e851f4011c452953f29fafb14e935 Mon Sep 17 00:00:00 2001 From: John Hawkinson Date: Mon, 10 Oct 2016 21:55:07 -0400 Subject: [PATCH] kill extra blank line --- test/test_download.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_download.py b/test/test_download.py index 393bc590e..5c393f59f 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -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__':