mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
Fix doc-string
Retry to commit bc other didn't go thru and join the pr, and fix doc-string
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user