Bug 1801836 - Remove no longer necessary 'from __future__' imports. r=linter-reviewers,glandium,webdriver-reviewers,perftest-reviewers,geckoview-reviewers,jld,ahal,owlish,afinder DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D165395
This commit is contained in:
Marco Castelluccio
2022-12-23 22:45:46 +00:00
parent 48a015c02c
commit ba39d286d5
233 changed files with 1 additions and 459 deletions

View File

@@ -3,8 +3,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
from __future__ import absolute_import
import textwrap
from marionette_harness.marionette_test import MarionetteTestCase