summaryrefslogtreecommitdiff
path: root/src/leap/soledad/server/interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/soledad/server/interfaces.py')
-rw-r--r--src/leap/soledad/server/interfaces.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/leap/soledad/server/interfaces.py b/src/leap/soledad/server/interfaces.py
index 15603047..d19a0adc 100644
--- a/src/leap/soledad/server/interfaces.py
+++ b/src/leap/soledad/server/interfaces.py
@@ -98,15 +98,12 @@ class IBlobsBackend(Interface):
:rtype: int
"""
- def count(user, request, namespace=''):
+ def count(user, namespace=''):
"""
Count the total number of blobs.
:param user: The id of the user who owns the blob.
:type user: str
- :param request: A representation of all of the information about the
- request that is being made.
- :type request: twisted.web.server.Request
:param namespace: Restrict the count to a certain namespace.
:type namespace: str