cleanup: Ensure code is pyflakes-clean for CI

This commit is contained in:
Jack Grigg
2018-03-27 02:47:57 +02:00
parent 4d6498b900
commit b466c1c90c
5 changed files with 1 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import re, sys, os, os.path
import re, os, os.path
import subprocess
import argparse
from itertools import islice