[Pkg-bitcoin-commits] [python-quamash] 242/269: [style] fix continuation lines

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit baafcc4c2c170c203b58f760883bf029699ba335
Author: Mark Harviston <Mark.T.Harviston.-ND at disney.com>
Date:   Thu Aug 20 09:47:59 2015 -0700

    [style] fix continuation lines
---
 tests/test_qeventloop.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test_qeventloop.py b/tests/test_qeventloop.py
index 0b3474a..004d4b4 100644
--- a/tests/test_qeventloop.py
+++ b/tests/test_qeventloop.py
@@ -690,8 +690,8 @@ def test_scheduling(loop, sock_pair):
 	loop.run_until_complete(cb_called)
 
 
- at pytest.mark.parametrize('use_quamash',
-	[True, False]
+ at pytest.mark.parametrize(
+	'use_quamash', [True, False]
 )
 def test_exception_handler(use_quamash, loop):
 	handler_called = False

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list