remove unused import
This commit is contained in:
parent
e9ff0a2434
commit
2f2490e784
|
@ -6,7 +6,6 @@ import damask
|
||||||
from vtk.util import numpy_support
|
from vtk.util import numpy_support
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
from damask.h5table import lables_to_path
|
|
||||||
|
|
||||||
scriptName = os.path.splitext(os.path.basename(__file__))[0]
|
scriptName = os.path.splitext(os.path.basename(__file__))[0]
|
||||||
scriptID = ' '.join([scriptName,damask.version])
|
scriptID = ' '.join([scriptName,damask.version])
|
||||||
|
|
Loading…
Reference in New Issue