diff options
Diffstat (limited to 'scripts/sha256sum.py')
-rwxr-xr-x | scripts/sha256sum.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/sha256sum.py b/scripts/sha256sum.py index 5caedf5f..7d8cf3d1 100755 --- a/scripts/sha256sum.py +++ b/scripts/sha256sum.py @@ -14,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -from __future__ import print_function import argparse import hashlib import sys |