[Pkg-bitcoin-commits] [python-quamash] 59/78: more style

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:19:56 UTC 2017


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

js pushed a commit to annotated tag debian/0.6.0_dfsg-1
in repository python-quamash.

commit d9c5d6bc211aaacff3a10ea91a30356fbadc96cf
Author: Mark Thomas West Harviston <mark.harviston at gmail.com>
Date:   Sun Nov 19 19:25:51 2017 -0800

    more style
---
 quamash/__init__.py | 2 +-
 setup.py            | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/quamash/__init__.py b/quamash/__init__.py
index 6f3a404..bc2bf5f 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -193,7 +193,7 @@ class _SimpleTimer(QtCore.QObject):
 		self.__callbacks[timerid] = handle
 		return handle
 
-	def timerEvent(self, event):
+	def timerEvent(self, event):  # noqa: N802
 		timerid = event.timerId()
 		self._logger.debug("Timer event on id {0}".format(timerid))
 		if self._stopped:
diff --git a/setup.py b/setup.py
index a0bea56..5225f16 100644
--- a/setup.py
+++ b/setup.py
@@ -37,6 +37,6 @@ setup(
 	],
 	# FIXME depends on PyQt4, PyQt5 or PySide, but cannot put that in a setup.py
 	extras_require={
-		'test': ['pytest']
-	}
+		'test': ['pytest'],
+	},
 )

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