Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Update exceptions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
x0day committed Nov 29, 2021
1 parent 62e1c3c commit b9cf282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioredis/exceptions.py
Expand Up @@ -7,7 +7,7 @@ class RedisError(Exception):
pass


class ConnectionError(builtins.ConnectionError, RedisError):
class ConnectionError(RedisError):
pass


Expand Down

0 comments on commit b9cf282

Please sign in to comment.