diff options
Diffstat (limited to 'Wrappers')
-rwxr-xr-x | Wrappers/Python/ccpi/framework/VectorData.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/framework/VectorData.py b/Wrappers/Python/ccpi/framework/VectorData.py index d0fed10..47ac0dd 100755 --- a/Wrappers/Python/ccpi/framework/VectorData.py +++ b/Wrappers/Python/ccpi/framework/VectorData.py @@ -28,7 +28,8 @@ from datetime import timedelta, datetime import warnings from functools import reduce from numbers import Number -from ccpi.framework import DataContainer, VectorGeometry +from ccpi.framework import DataContainer +from ccpi.framework import VectorGeometry class VectorData(DataContainer): def __init__(self, array=None, **kwargs): |