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
|
from __future__ import print_function
|
||||||
|
|
||||||
import atexit
|
|
||||||
import collections
|
import collections
|
||||||
import json
|
import json
|
||||||
import hashlib
|
import hashlib
|
||||||
import optparse
|
import optparse
|
||||||
import os
|
import os
|
||||||
import shutil
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from os import path
|
|
||||||
|
|
||||||
|
|
||||||
def hash_bower_component(hash_obj, path):
|
def hash_bower_component(hash_obj, path):
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import os
|
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
REPO_ROOTS = {
|
REPO_ROOTS = {
|
||||||
|
Loading…
Reference in New Issue
Block a user