Skip to content

Commit

Permalink
fixed the bug according to aioredis, mentioned here: aio-libs-abandon…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrybabanovforreal committed Jan 21, 2023
1 parent 59c10f4 commit 4436136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiokeydb/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ConnectionError(KeyDBError):
pass


class TimeoutError(asyncio.TimeoutError, builtins.TimeoutError, KeyDBError):
class TimeoutError(KeyDBError):
pass


Expand Down
2 changes: 1 addition & 1 deletion aiokeydb/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.1.4'
VERSION = '0.1.5'

0 comments on commit 4436136

Please sign in to comment.