remove unused import

This commit is contained in:
Jakob Ketterl 2020-09-20 19:30:18 +02:00
parent 349604ac50
commit cc385f851f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import subprocess
from functools import reduce
from operator import and_, or_
from operator import and_
import re
from distutils.version import LooseVersion
import inspect