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

Remove redundant TimeoutError class #1444

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added news fragment
  • Loading branch information
farahats9 authored Nov 2, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 3ad900b3a61333c4877ceb658b39c46ed0f8e776
1 change: 1 addition & 0 deletions CHANGES/1443.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove the `builtins.TimeoutError` class from base classes of `aioredis.exceptions.TimeoutError` because it is causing an error due to its redundancy.