From 4b74db0d4dfe8499619d1c8d3557a9d8d1bd482d Mon Sep 17 00:00:00 2001 From: Mikhail Ivanov Date: Mon, 19 Dec 2016 18:18:37 +0400 Subject: [PATCH] Fix pep8 issues --- spamostack/keeper.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spamostack/keeper.py b/spamostack/keeper.py index 3f62c7c..3aa4cf7 100644 --- a/spamostack/keeper.py +++ b/spamostack/keeper.py @@ -163,13 +163,11 @@ def get(self, client_name, resource_name, param=None, func=None, @staticmethod def validate_uuid4(uuid_string): - """This method allow us validate uuid4, because we should keep all - standard flavors without uuid4. + """This method allow us validate uuid4 for keeping all standard flavors @param uuid_string: UUID, with (or without) slashes @type uuid_string: `str`, or `object` with uuid representation """ - uuid_string = uuid_string.replace("-", "") try: