From 4ca49a7dfbdca9a95406a1ddbbd973c7fb449db2 Mon Sep 17 00:00:00 2001 From: ryneeverett Date: Thu, 12 May 2016 23:52:23 +0000 Subject: [PATCH] Add a docstring to ServiceClient. --- bugwarrior/services/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bugwarrior/services/__init__.py b/bugwarrior/services/__init__.py index 2bcd2e8ce..084ae7d47 100644 --- a/bugwarrior/services/__init__.py +++ b/bugwarrior/services/__init__.py @@ -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.