remove unused import for test.py

This commit is contained in:
Chen 2016-09-02 14:31:00 -04:00 committed by chen
parent 2b3faf204c
commit b16046fd43
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import os,sys,shutil
import logging,logging.config
import damask
import numpy as np
import itertools
from collections import Iterable
from optparse import OptionParser