[Pkg-bitcoin-commits] [python-quamash] 254/269: Fix new pep257 docstring errors

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:42 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 f66b0e4873301d8c47cecc9898dc035354a15ba5
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Wed Nov 18 10:17:57 2015 -0800

    Fix new pep257 docstring errors
---
 quamash/__init__.py      | 3 ---
 quamash/_unix.py         | 1 -
 quamash/_windows.py      | 2 --
 tests/test_qeventloop.py | 1 -
 4 files changed, 7 deletions(-)

diff --git a/quamash/__init__.py b/quamash/__init__.py
index 218fa2d..927fccd 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -57,7 +57,6 @@ from ._common import with_logger
 
 @with_logger
 class _QThreadWorker(QtCore.QThread):
-
 	"""
 	Read from the queue.
 
@@ -105,7 +104,6 @@ class _QThreadWorker(QtCore.QThread):
 
 @with_logger
 class QThreadExecutor:
-
 	"""
 	ThreadExecutor that produces QThreads.
 
@@ -227,7 +225,6 @@ else:
 
 @with_logger
 class QEventLoop(_baseclass):
-
 	"""
 	Implementation of asyncio event loop that uses the Qt Event loop.
 
diff --git a/quamash/_unix.py b/quamash/_unix.py
index dfc31e9..d50054b 100644
--- a/quamash/_unix.py
+++ b/quamash/_unix.py
@@ -40,7 +40,6 @@ def _fileobj_to_fd(fileobj):
 
 
 class _SelectorMapping(collections.Mapping):
-
 	"""Mapping of file objects to selector keys."""
 
 	def __init__(self, selector):
diff --git a/quamash/_windows.py b/quamash/_windows.py
index 51c43d0..c6e6721 100644
--- a/quamash/_windows.py
+++ b/quamash/_windows.py
@@ -22,7 +22,6 @@ UINT32_MAX = 0xffffffff
 
 
 class _ProactorEventLoop(asyncio.ProactorEventLoop):
-
 	"""Proactor based event loop."""
 
 	def __init__(self):
@@ -145,7 +144,6 @@ class _EventWorker(QtCore.QThread):
 
 @with_logger
 class _EventPoller(QtCore.QObject):
-
 	"""Polling of events in separate thread."""
 
 	sig_events = QtCore.Signal(list)
diff --git a/tests/test_qeventloop.py b/tests/test_qeventloop.py
index 89b18ac..84a74a3 100644
--- a/tests/test_qeventloop.py
+++ b/tests/test_qeventloop.py
@@ -88,7 +88,6 @@ ExceptionTester = type('ExceptionTester', (Exception,), {})  # to make flake8 no
 
 
 class TestCanRunTasksInExecutor:
-
 	"""
 	Test Cases Concerning running jobs in Executors.
 

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