storage: formatting

This commit is contained in:
Luna 2019-03-01 17:32:21 -03:00
parent 6d0f4e775c
commit 8cf6a28b58
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ def int_(val):
def bool_(val):
return maybe(int, val)
def _filter_recipients(recipients: List[Dict[str, Any]], user_id: int):
"""Filter recipients in a list of recipients, removing
the one that is reundant (ourselves)."""