mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
Updates mcp/buildbucket_test.py to use `from unittest import mock` instead of `from unittest.mock import ...` since the Google style guide says to avoid importing specific pieces of a module except in a few specific (typing-related) cases. Change-Id: Ibefb62e492fbf48b89e97fc75bf55beda7030d52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6842579 Reviewed-by: Struan Shrimpton <sshrimp@google.com> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Struan Shrimpton <sshrimp@google.com>