mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Remove unused imports in depot_tools/*.py
I know that sometimes imports can have side-effects, so unused imports shouldn't always be removed, but these ones look like they could be. Change-Id: Iea9f82afa99b0ea35f29a28f20ce0493b579cfee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1819860 Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Quinten Yearsley <qyearsley@chromium.org>
This commit is contained in:
committed by
Commit Bot
parent
6f18e68719
commit
3841eaa164
@@ -12,8 +12,6 @@ script will always roll to the tip of to origin/master.
|
||||
from __future__ import print_function
|
||||
|
||||
import argparse
|
||||
import collections
|
||||
import gclient_eval
|
||||
import os
|
||||
import re
|
||||
import subprocess
|
||||
|
||||
Reference in New Issue
Block a user