Skip to content
Snippets Groups Projects
Commit c7fd01be authored by Marco Castelluccio's avatar Marco Castelluccio
Browse files

Bug 1790816 - Reformat mobile/ with isort. r=geckoview-reviewers,m_kato DONTBUILD

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D162647
parent 1267ec48
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,10 @@
from __future__ import absolute_import, print_function
from jinja2 import Environment, FileSystemLoader, StrictUndefined
import os
from jinja2 import Environment, FileSystemLoader, StrictUndefined
def main(output_fd, input_filename, *args):
# FileSystemLoader requires the path to the directory containing templates,
......
......@@ -4,16 +4,13 @@
from __future__ import absolute_import, print_function
from contextlib import contextmanager
import os
import subprocess
import sys
from contextlib import contextmanager
from mozbuild.util import (
ensureParentDir,
lock_file,
)
import mozpack.path as mozpath
from mozbuild.util import ensureParentDir, lock_file
@contextmanager
......
......@@ -9,21 +9,9 @@ import logging
import os
import mozpack.path as mozpath
from mozbuild.base import (
MachCommandConditions as conditions,
)
from mozbuild.shellutil import (
split as shell_split,
)
from mach.decorators import (
CommandArgument,
Command,
SubCommand,
)
from mach.decorators import Command, CommandArgument, SubCommand
from mozbuild.base import MachCommandConditions as conditions
from mozbuild.shellutil import split as shell_split
# Mach's conditions facility doesn't support subcommands. Print a
# deprecation message ourselves instead.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment