aboutsummaryrefslogtreecommitdiff
path: root/llvm_tools/subprocess_helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'llvm_tools/subprocess_helpers.py')
-rw-r--r--llvm_tools/subprocess_helpers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm_tools/subprocess_helpers.py b/llvm_tools/subprocess_helpers.py
index d4f545d2..c295cbb8 100644
--- a/llvm_tools/subprocess_helpers.py
+++ b/llvm_tools/subprocess_helpers.py
@@ -5,7 +5,6 @@
"""Helpers/wrappers for the subprocess module for migration to python3."""
-from __future__ import print_function
import subprocess