[Pkg-bitcoin-commits] [python-quamash] 173/269: style fixes

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:29 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 c4cbac68717197ed9dd033a31a0cdba5ab9f5d06
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Sun Dec 21 21:50:43 2014 -0800

    style fixes
---
 quamash/__init__.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/quamash/__init__.py b/quamash/__init__.py
index 50673af..55f389a 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -363,8 +363,8 @@ class QEventLoop(_baseclass):
 		notifier.setEnabled(True)
 		self._logger.debug('Adding reader callback for file descriptor {}'.format(fd))
 		notifier.activated.connect(
-			lambda: self.__on_notifier_ready(self._read_notifiers,
-							 notifier, fd, callback, args)
+			lambda: self.__on_notifier_ready(
+				self._read_notifiers, notifier, fd, callback, args)
 		)
 		self._read_notifiers[fd] = notifier
 
@@ -386,8 +386,8 @@ class QEventLoop(_baseclass):
 		notifier.setEnabled(True)
 		self._logger.debug('Adding writer callback for file descriptor {}'.format(fd))
 		notifier.activated.connect(
-			lambda: self.__on_notifier_ready(self._write_notifiers,
-							 notifier, fd, callback, args)
+			lambda: self.__on_notifier_ready(
+				self._write_notifiers, notifier, fd, callback, args)
 		)
 		self._write_notifiers[fd] = notifier
 

-- 
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