Skip to content

Commit

Permalink
Slight cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcspadden committed Sep 26, 2017
1 parent 5822bc9 commit ca86af6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions adobe_tools/adobe_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ def get_console_user():

# Exception classes used by this module.
class AdobeAPINoUserException(Exception):
"""Given user does not exist."""
"""Given user does not exist."""

def __init__(self, username):
"""Store the user that doesn't exist."""
def __init__(self, username):
"""Store the user that doesn't exist."""
self.username = username
Expand Down

0 comments on commit ca86af6

Please sign in to comment.