Skip to content

Commit b664207

Browse files
committed
Reset bbox definition to old formatting.
1 parent cb7ad25 commit b664207

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

geojson_pydantic/types.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
T = TypeVar("T")
88

99
BBox = Union[
10-
Tuple[float, float, float, float], Tuple[float, float, float, float, float, float]
10+
Tuple[float, float, float, float], # 2D bbox
11+
Tuple[float, float, float, float, float, float], # 3D bbox
1112
]
1213

1314

0 commit comments

Comments
 (0)