Skip to content

Commit 31c3f25

Browse files
committed
Update test_points_data_models.py
1 parent 9009fa6 commit 31c3f25

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/test_core/test_points_data_models.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55

66
from pydantic import ValidationError
77

8-
from core.data_models.points import RawInterpolationPoints, InterpolationPoints
9-
from pyinterpolate.core.data_models.points import RawPoints, VariogramPoints
8+
from pyinterpolate.core.data_models.points import (RawInterpolationPoints,
9+
InterpolationPoints)
10+
from pyinterpolate.core.data_models.points import (RawPoints,
11+
VariogramPoints)
1012

1113

1214
REFERENCE_INPUT_LIST = [

0 commit comments

Comments
 (0)