remove sys import

This commit is contained in:
Alex Groce 2018-09-01 21:58:04 -07:00
parent 473ad72d07
commit faa241b160

View File

@ -13,9 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import sys
import subprocess
import argparse
import subprocess
def main():
parser = argparse.ArgumentParser(description="Intelligently reduce test case")