summaryrefslogtreecommitdiffstats
path: root/Wrappers
diff options
context:
space:
mode:
Diffstat (limited to 'Wrappers')
-rwxr-xr-xWrappers/Python/ccpi/framework/VectorData.py3
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):