From 5190b8a9a6997f475a0f6b4cbfe5a518377e4e89 Mon Sep 17 00:00:00 2001 From: Scoder12 <34356756+Scoder12@users.noreply.github.com> Date: Mon, 27 Jul 2020 14:00:07 -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 1b85d2a..cabc78d 100644 --- a/src/replit/database/__init__.py +++ b/src/replit/database/__init__.py @@ -269,7 +269,7 @@ class ReplitDb(dict): def __repr__(self) -> str: """A representation of the database. - + Returns: A string representation of the database object. """