Deepsource fixes

pull/1/head
hikari.ftg 2022-03-27 15:43:14 +00:00
parent 83306be584
commit 927300dbc5
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ logger = logging.getLogger(__name__)
class Database(dict):
def __init__(self, client):
super().__init__()
self._client = client
self._me = None
self._assets = None