From bd7473954efc895037a37b94afe3c324045f8370 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 14 Feb 2018 23:18:30 +0000 Subject: Fix odd typing error --- pysite/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pysite/database.py') diff --git a/pysite/database.py b/pysite/database.py index 1c9cb838..45b13ad6 100644 --- a/pysite/database.py +++ b/pysite/database.py @@ -341,7 +341,7 @@ class RethinkDB: new_connection=True ) - def pluck(self, table_name: str, *selectors: Union[str, Dict[str, Union[List[...], Dict[str, ...]]]]): + def pluck(self, table_name: str, *selectors: Union[str, Dict[str, Union[List, Dict]]]): """ Get a list of values for a specific set of keys for every document in the table; this can include nested values -- cgit v1.2.3