Bug 1801836 - Remove no longer necessary 'from __future__' imports under python/. r=linter-reviewers,glandium,ahal DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D165398
This commit is contained in:
Marco Castelluccio
2022-12-23 01:26:15 +00:00
parent 12c4f5c49b
commit f2004b2001
301 changed files with 1 additions and 597 deletions

View File

@@ -2,8 +2,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, print_function, unicode_literals
import argparse
import logging
import os