Remove unused imports in Python scripts
Change-Id: I4397b76d8dbfe5e73b7cede4c15bd77ad322c04e
This commit is contained in:
parent
939e8df480
commit
ccc45ad75d
@ -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
|
||||
|
@ -13,7 +13,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
import os
|
||||
from os import path
|
||||
|
||||
|
||||
def hash_bower_component(hash_obj, path):
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user