mirror of https://github.com/coddrago/Heroku
Deepsource fixes
parent
41a99b6832
commit
15eae7b20b
|
@ -26,6 +26,7 @@ logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
class Database(dict):
|
class Database(dict):
|
||||||
def __init__(self, client):
|
def __init__(self, client):
|
||||||
|
super().__init__()
|
||||||
self._client = client
|
self._client = client
|
||||||
self._me = None
|
self._me = None
|
||||||
self._assets = None
|
self._assets = None
|
||||||
|
|
Loading…
Reference in New Issue