Skip to content

Commit d1e0dc8

Browse files
committed
Remove unused *Pyright* ignore pragma.
1 parent 4f13f37 commit d1e0dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)