do not need empty key

This commit is contained in:
Chris MacNaughton 2016-05-26 16:43:12 -04:00
parent bbcab3a548
commit 35af1b8e9c
1 changed files with 1 additions and 2 deletions

View File

@ -88,8 +88,7 @@ class CephClientProvider(RelationBase):
for conversation in self.conversations():
service = conversation.scope
token = self.requested_token(service)
if token is None:
yield service, token
yield service, token
def requested_token(self, service):
"""