aws / aws-cli

Universal Command Line Interface for Amazon Web Services
Other
15.46k stars 4.1k forks source link

[v2] Remove mock imports #8774

Closed hssyoo closed 3 months ago

hssyoo commented 3 months ago

Remove the mock dependency and replace all imports with unittest.mock.

This PR is a breakout PR of https://github.com/aws/aws-cli/pull/8757