From ceb595cda4782fd45a131c6738327cba3397446e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Haberth=C3=BCr?= Date: Mon, 15 Dec 2014 23:22:47 +0100 Subject: [PATCH] Fixed PEP8 coding style violations `pep8 tests.py --ignore=E501` tells us everything is ok. As part of http://24pullrequests.com, and to test if I can actually submit a PR for matplotlib. --- tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.py b/tests.py index 34469743abfe..620aeeaa4a38 100755 --- a/tests.py +++ b/tests.py @@ -35,6 +35,7 @@ from nose.plugins import multiprocess multiprocess._instantiate_plugins = plugins + def run(): try: import faulthandler