From d7c74445b54089d24376bdc163316a219660e312 Mon Sep 17 00:00:00 2001 From: Codemonkey51 <62217716+Codemonkey51@users.noreply.github.com> Date: Fri, 9 Oct 2020 15:15:34 -0700 Subject: [PATCH] Fix doc-string Retry to commit bc other didn't go thru and join the pr, and fix doc-string --- src/replit/database/database.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/replit/database/database.py b/src/replit/database/database.py index 160e647..59ae4ab 100644 --- a/src/replit/database/database.py +++ b/src/replit/database/database.py @@ -58,6 +58,9 @@ class AsyncDatabase: Args: key (str): The key to delete + + Raises: + KeyError: Key does not exist """ async with aiohttp.ClientSession() as session: async with session.delete(