From b7802dc2ab9ad3ba6c2f677ae487eafd88370a72 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Wed, 9 Dec 2020 12:03:57 +0100 Subject: [PATCH] Remove dangling future imports #295 Signed-off-by: Philippe Ombredanne --- conftest.py | 3 --- etc/scripts/licenses/genlictests.py | 4 ---- etc/scripts/licenses/golic.py | 4 ---- 3 files changed, 11 deletions(-) diff --git a/conftest.py b/conftest.py index 8afe76aafe0..4a26915c297 100644 --- a/conftest.py +++ b/conftest.py @@ -12,9 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -from __future__ import absolute_import -from __future__ import print_function - import os from os import path from subprocess import check_output diff --git a/etc/scripts/licenses/genlictests.py b/etc/scripts/licenses/genlictests.py index dccea26f761..6b648f08c49 100644 --- a/etc/scripts/licenses/genlictests.py +++ b/etc/scripts/licenses/genlictests.py @@ -23,10 +23,6 @@ # ScanCode is a free software code scanning tool from nexB Inc. and others. # Visit https://github.com/nexB/scancode-toolkit/ for support and download. -from __future__ import absolute_import -from __future__ import unicode_literals -from __future__ import print_function - from os import path import sys diff --git a/etc/scripts/licenses/golic.py b/etc/scripts/licenses/golic.py index c8f5016d518..6dd64e44483 100644 --- a/etc/scripts/licenses/golic.py +++ b/etc/scripts/licenses/golic.py @@ -23,10 +23,6 @@ # ScanCode is a free software code scanning tool from nexB Inc. and others. # Visit https://github.com/nexB/scancode-toolkit/ for support and download. -from __future__ import absolute_import -from __future__ import unicode_literals -from __future__ import print_function - import os import attr