[Pkg-bitcoin-commits] [python-quamash] 19/78: more lint

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:19:52 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 c54e2ad30c7871c90a4b928ca149acbbe2b8c0ce
Author: Korijn van Golen <korijn at gmail.com>
Date:   Wed Aug 9 09:40:36 2017 +0200

    more lint
---
 quamash/_unix.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/quamash/_unix.py b/quamash/_unix.py
index dc90471..b471899 100644
--- a/quamash/_unix.py
+++ b/quamash/_unix.py
@@ -27,7 +27,7 @@ def _fileobj_to_fd(fileobj):
 
 	Raises:
 	ValueError if the object is invalid
-	
+
 	"""
 	if isinstance(fileobj, int):
 		fd = fileobj
@@ -181,7 +181,7 @@ class _Selector(selectors.BaseSelector):
 
 		Returns:
 		corresponding key, or None if not found
-		
+
 		"""
 		try:
 			return self._fd_to_key[fd]

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