forked from mirrors/gecko-dev
Bug 1790816 - Reformat accessible/ with isort. r=linter-reviewers,Standard8 DONTBUILD
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D162662
This commit is contained in:
parent
a957bd537d
commit
16a078cc32
1 changed files with 1 additions and 1 deletions
|
|
@ -5,11 +5,11 @@
|
||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
import buildconfig
|
import buildconfig
|
||||||
import mozpack.path as mozpath
|
import mozpack.path as mozpath
|
||||||
|
|
||||||
from xpidl import xpidl
|
from xpidl import xpidl
|
||||||
|
|
||||||
# Load the webidl configuration file.
|
# Load the webidl configuration file.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue