From fd147b934ef03a6609bee4efff24967f854f5495 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 18 May 2018 23:05:40 +0100 Subject: [Jams] A bunch more work. That's all for tonight, though. --- 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 2fb10598..a8c6c559 100644 --- a/pysite/database.py +++ b/pysite/database.py @@ -364,7 +364,7 @@ class RethinkDB: coerce=list ) - def get(self, table_name: str, key: str) -> Optional[Dict[str, Any]]: + def get(self, table_name: str, key: Any) -> Optional[Dict[str, Any]]: """ Get a single document from a table by primary key -- cgit v1.2.3