Skip to content

Commit

Permalink
Remove unused _description_args connection attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
wandering-tales committed Mar 14, 2021
1 parent f8b2170 commit 3bcb8fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fakeredis/_server.py
Expand Up @@ -2656,7 +2656,6 @@ class FakeConnection(redis.Connection):

def __init__(self, *args, **kwargs):
self._server = kwargs.pop('server')
self._description_args = {'db': kwargs.get('db', 0)}
super().__init__(*args, **kwargs)

def connect(self):
Expand Down

0 comments on commit 3bcb8fc

Please sign in to comment.