From 8cf6a28b584ddf21c7c4c14d92d9e9fee82236cb Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 1 Mar 2019 17:32:21 -0300 Subject: [PATCH] storage: formatting --- litecord/storage.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litecord/storage.py b/litecord/storage.py index d792025..7638853 100644 --- a/litecord/storage.py +++ b/litecord/storage.py @@ -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)."""