mirror of https://gitlab.com/litecord/litecord.git
storage: formatting
This commit is contained in:
parent
6d0f4e775c
commit
8cf6a28b58
|
|
@ -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)."""
|
||||
|
|
|
|||
Loading…
Reference in New Issue