Skip to content

Commit 817de3b

Browse files
author
Claude
committed
Merge branch 'feature/v0.2.9' into develop
2 parents b6217ab + 0969a4c commit 817de3b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.flake8

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def spimtx_format_matrix(M: ArrayLike, decimals: int = 10) -> str:
132132

133133
write_LUT_SonySPImtx(
134134
LUTOperatorMatrix(M),
135-
string, # pyright: ignore
135+
string,
136136
decimals,
137137
)
138138

0 commit comments

Comments
 (0)