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:
Codemonkey51
2020-10-09 15:15:34 -07:00
committed by GitHub
parent cbb4d0775a
commit d7c74445b5
+3
View File
@@ -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(