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 """