From 33c5959e231f0172f5355f1422f13def37275b65 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Tue, 4 Jul 2023 01:30:29 -0500 Subject: Remove from __future__ imports (#38703) --- bin/spack | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin') diff --git a/bin/spack b/bin/spack index fe90edf7d3..a94faad09b 100755 --- a/bin/spack +++ b/bin/spack @@ -25,8 +25,6 @@ exit 1 # Line above is a shell no-op, and ends a python multi-line comment. # The code above runs this file with our preferred python interpreter. -from __future__ import print_function - import os import os.path import sys -- cgit v1.2.3-60-g2f50