tools: Remove unused imports.

This commit is contained in:
rht
2017-09-30 14:42:30 +02:00
committed by Tim Abbott
parent 2c2adbf647
commit 45f30c7f54
3 changed files with 0 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
#!/usr/bin/env python
import argparse
import sys
from subprocess import check_call
from typing import List, Dict, Union