summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/install_venv.py2
-rwxr-xr-xtools/trove-pylint.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py
index eee9e720..72ffaf09 100755
--- a/tools/install_venv.py
+++ b/tools/install_venv.py
@@ -22,8 +22,6 @@
Installation script for Trove's development virtualenv
"""
-from __future__ import print_function
-
import os
import subprocess
import sys
diff --git a/tools/trove-pylint.py b/tools/trove-pylint.py
index d30d65a1..fa8a5d97 100755
--- a/tools/trove-pylint.py
+++ b/tools/trove-pylint.py
@@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-from __future__ import print_function
-
import fnmatch
import json
from collections import OrderedDict