From d18058fe482a75ec8fefbef56d27cf5c8e36afd8 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Fri, 31 Jan 2020 13:35:27 -0800 Subject: Remove support for python2 (#1321) --- scripts/sha256sum.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/sha256sum.py') 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 -- cgit v1.2.3