Skip to content

Commit 7606ce8

Browse files
authored
Merge pull request #120 from Exabyte-io/feature/SOF-7599
Feature/sof 7599
2 parents 10f5879 + c2f6152 commit 7606ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py/mat3ra/code/vector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import List
22

33
import numpy as np
4-
from mat3ra.esse.models.core.abstract.point import PointSchema as Vector3DSchema
4+
from mat3ra.esse.models.core.abstract.vector_3d import Vector3dSchema as Vector3DSchema
55
from mat3ra.utils.mixins import RoundNumericValuesMixin
66
from pydantic import model_serializer
77

0 commit comments

Comments
 (0)