Skip to content

Commit

Permalink
Add a docstring to ServiceClient.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryneeverett committed May 12, 2016
1 parent bd7d866 commit 4ca49a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bugwarrior/services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ def __repr__(self):


class ServiceClient(object):
""" Abstract class responsible for making requests to service API's. """
@staticmethod
def json_response(response):
# If we didn't get good results, just bail.
Expand Down

0 comments on commit 4ca49a7

Please sign in to comment.