Remove unused imports in Python scripts

Change-Id: I4397b76d8dbfe5e73b7cede4c15bd77ad322c04e
This commit is contained in:
David Pursehouse 2016-10-19 12:17:59 +09:00
parent 939e8df480
commit ccc45ad75d
3 changed files with 0 additions and 4 deletions

View File

@ -20,13 +20,11 @@ python tools/js/bower2bazel.py -w lib/js/bower_archives.bzl -b lib/js/bower_comp
from __future__ import print_function
import atexit
import collections
import json
import hashlib
import optparse
import os
import shutil
import subprocess
import sys
import tempfile

View File

@ -13,7 +13,6 @@
# limitations under the License.
import os
from os import path
def hash_bower_component(hash_obj, path):

View File

@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import os
from os import path
REPO_ROOTS = {