From a44f7dda02b5abf518874f1f511f7fba114a9898 Mon Sep 17 00:00:00 2001 From: numirias Date: Sat, 16 Dec 2017 20:59:52 +0100 Subject: [PATCH] Fix lint --- Pipfile.lock | 20 ++++++++++---------- plasma/node.py | 1 + 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index c43fe54..b2d5c97 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -5,14 +5,14 @@ }, "host-environment-markers": { "implementation_name": "cpython", - "implementation_version": "3.6.2", + "implementation_version": "3.6.3", "os_name": "posix", "platform_machine": "x86_64", "platform_python_implementation": "CPython", - "platform_release": "4.13.7-1-ARCH", + "platform_release": "4.14.5-1-ARCH", "platform_system": "Linux", - "platform_version": "#1 SMP PREEMPT Sat Oct 14 20:13:26 CEST 2017", - "python_full_version": "3.6.2", + "platform_version": "#1 SMP PREEMPT Sun Dec 10 14:50:30 UTC 2017", + "python_full_version": "3.6.3", "python_version": "3.6", "sys_platform": "linux" }, @@ -98,10 +98,10 @@ "develop": { "astroid": { "hashes": [ - "sha256:39a21dd2b5d81a6731dc0ac2884fa419532dffd465cdd43ea6c168d36b76efb3", - "sha256:492c2a2044adbf6a84a671b7522e9295ad2f6a7c781b899014308db25312dd35" + "sha256:badf6917ef7eb0ade0ea6eae347aed1e3f8f4c9375a02916f5cc450b3c8a64c0", + "sha256:71dadba2110008e2c03f9fde662ddd2053db3c0489d0e03c94e828a0399edd4f" ], - "version": "==1.5.3" + "version": "==1.6.0" }, "attrs": { "hashes": [ @@ -246,10 +246,10 @@ }, "pylint": { "hashes": [ - "sha256:948679535a28afc54afb9210dabc6973305409042ece8e5768ca1409910c1ed8", - "sha256:1f65b3815c3bf7524b845711d54c4242e4057dd93826586620239ecdfe591fb1" + "sha256:c8e59da0f2f9990eb00aad1c1de16cd7809315842ebccc3f65ca9df46213df3b", + "sha256:3035e44e37cd09919e9edad5573af01d7c6b9c52a0ebb4781185ae7ab690458b" ], - "version": "==1.7.4" + "version": "==1.8.1" }, "pytest": { "hashes": [ diff --git a/plasma/node.py b/plasma/node.py index 87409c6..916d656 100644 --- a/plasma/node.py +++ b/plasma/node.py @@ -650,3 +650,4 @@ def find_payload(self, payload): needle = node.find_payload(payload) if needle: return needle + return None