Skip to content

Commit 915245b

Browse files
committed
fix(lint): Line to long
1 parent ec85c09 commit 915245b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nwp_consumer/internal/entities/tensorstore.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ def _calc_null_percentage(data: np.typing.NDArray[np.float32]) -> float:
353353
return Failure(
354354
ValueError(
355355
"Store does not have expected spatial dimensions. "
356-
"Expected: ['latitude', 'longitude'], ['x_osgb', 'y_osgb'], ['x_laea', 'y_laea']. "
357-
f"Got: {store_da.dims}.",
356+
"Expected: ['latitude', 'longitude'], ['x_osgb', 'y_osgb'], "
357+
"['x_laea', 'y_laea']. Got: {store_da.dims}.",
358358
),
359359
)
360360

0 commit comments

Comments
 (0)