Codestyle & removal unused imports

This commit is contained in:
Jaime van Kessel 2017-03-22 11:38:55 +01:00
parent 808df4c228
commit 94c6b23418
3 changed files with 10 additions and 10 deletions

View file

@ -8,6 +8,7 @@ from .LayerData import LayerData
import numpy
## Builder class for constructing a LayerData object
class LayerDataBuilder(MeshBuilder):
def __init__(self):