summaryrefslogtreecommitdiff
path: root/barbicanclient/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'barbicanclient/base.py')
-rw-r--r--barbicanclient/base.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/barbicanclient/base.py b/barbicanclient/base.py
index 738526b..9bfcc98 100644
--- a/barbicanclient/base.py
+++ b/barbicanclient/base.py
@@ -57,9 +57,7 @@ class BaseEntityManager(object):
self._entity = entity
def total(self):
- """
- Returns the total number of entities stored in Barbican.
- """
+ """Returns the total number of entities stored in Barbican."""
params = {'limit': 0, 'offset': 0}
resp = self._api.get(self._entity, params=params)