From 74617c0f764fca36484be00aeecc24fa7e7f3377 Mon Sep 17 00:00:00 2001 From: Codemonkey51 <62217716+Codemonkey51@users.noreply.github.com> Date: Fri, 9 Oct 2020 17:38:50 -0700 Subject: [PATCH] fix flake8 fixity fix fix --- src/replit/database/database.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/replit/database/database.py b/src/replit/database/database.py index 59ae4ab..01e0acd 100644 --- a/src/replit/database/database.py +++ b/src/replit/database/database.py @@ -57,8 +57,7 @@ class AsyncDatabase: """Delete a key from the database. Args: - key (str): The key to delete - + key (str): The key to delete Raises: KeyError: Key does not exist """