redis / redis-py

Redis Python client
MIT License
12.68k stars 2.53k forks source link

Removing unnecessary check #3432

Open IlianIliev opened 1 week ago

IlianIliev commented 1 week ago

Pull Request check-list

Please make sure to review and check all of these items:

NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.

Description of change

With Python 3.8 being the minimal version, there is no longer a need to check if mock.AsyncMock is available.