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