From 81dac22c698922226ffc4d425cb06b6fcc6ac4b6 Mon Sep 17 00:00:00 2001 From: Luke Campagnola Date: Wed, 7 Sep 2016 23:08:31 -0700 Subject: [PATCH] style fix --- pyqtgraph/tests/image_testing.py | 36 ++++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/pyqtgraph/tests/image_testing.py b/pyqtgraph/tests/image_testing.py index 628bde1a..f4404671 100644 --- a/pyqtgraph/tests/image_testing.py +++ b/pyqtgraph/tests/image_testing.py @@ -69,24 +69,24 @@ tester = None # Convenient stamp used for ensuring image orientation is correct axisImg = [ -" 1 1 1 ", -" 1 1 1 1 1 1 ", -" 1 1 1 1 1 1 1 1 1 1", -" 1 1 1 1 1 ", -" 1 1 1 1 1 1 ", -" 1 1 ", -" 1 1 ", -" 1 ", -" ", -" 1 ", -" 1 ", -" 1 ", -"1 1 1 1 1 ", -"1 1 1 1 1 ", -" 1 1 1 ", -" 1 1 1 ", -" 1 ", -" 1 ", + " 1 1 1 ", + " 1 1 1 1 1 1 ", + " 1 1 1 1 1 1 1 1 1 1", + " 1 1 1 1 1 ", + " 1 1 1 1 1 1 ", + " 1 1 ", + " 1 1 ", + " 1 ", + " ", + " 1 ", + " 1 ", + " 1 ", + "1 1 1 1 1 ", + "1 1 1 1 1 ", + " 1 1 1 ", + " 1 1 1 ", + " 1 ", + " 1 ", ] axisImg = np.array([map(int, row[::2].replace(' ', '0')) for row in axisImg])