Skip to content

Commit

Permalink
Fix pep8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovmi committed Dec 19, 2016
1 parent 4294fa1 commit 4b74db0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spamostack/keeper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4b74db0

Please sign in to comment.