Open IlianIliev opened 1 week ago
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.
With Python 3.8 being the minimal version, there is no longer a need to check if mock.AsyncMock is available.
mock.AsyncMock
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.