From bcd9aaa4f3ee6bbb666fe083b470d41836a0bb66 Mon Sep 17 00:00:00 2001 From: Scoder12 <34356756+Scoder12@users.noreply.github.com> Date: Tue, 11 Aug 2020 15:58:42 -0700 Subject: [PATCH] Remove whitespace from blank line --- src/replit/database/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/replit/database/__init__.py b/src/replit/database/__init__.py index 1afb619..5403f10 100644 --- a/src/replit/database/__init__.py +++ b/src/replit/database/__init__.py @@ -453,7 +453,7 @@ class JSONKey(AsyncJSONKey): Args: name (str): The key to set. value (JSON_TYPE): The value to set it to. - + Raises: TypeError: The dtype attribute is not dict. """