From d7dbf8760d98200cac7f3aedaf2cb305cd6ffaed Mon Sep 17 00:00:00 2001 From: Eric Arellano Date: Tue, 18 Aug 2020 10:23:58 -0700 Subject: [PATCH] Fix unused import # Rust tests and lints will be skipped. Delete if not intended. [ci skip-rust] # Building wheels and fs_util will be skipped. Delete if not intended. [ci skip-build-wheels] --- src/python/pants/testutil/pants_run_integration_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/python/pants/testutil/pants_run_integration_test.py b/src/python/pants/testutil/pants_run_integration_test.py index 4c48f7e744b..b75d8bc1d0a 100644 --- a/src/python/pants/testutil/pants_run_integration_test.py +++ b/src/python/pants/testutil/pants_run_integration_test.py @@ -3,7 +3,6 @@ import glob import os -import re import subprocess import sys import unittest