From a4b8e467e44bc1ca1ebf481ac2dfc1baaf9688dc Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 7 Jan 2015 09:08:57 +0100 Subject: Once again, make flake8 happy --- git/test/performance/test_streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test') diff --git a/git/test/performance/test_streams.py b/git/test/performance/test_streams.py index 6e23b01d..4b1738cd 100644 --- a/git/test/performance/test_streams.py +++ b/git/test/performance/test_streams.py @@ -141,5 +141,5 @@ class TestObjDBPerformance(TestBigRepoR): # compare print("Git-Python is %f %% faster than git when reading big %s files in chunks" - % (100.0 - (elapsed_readchunks / gelapsed_readchunks) * 100, desc), file=sys.stderr) + % (100.0 - (elapsed_readchunks / gelapsed_readchunks) * 100, desc), file=sys.stderr) # END for each randomization factor -- cgit v1.2.1