fix(coordinate_compression): raise exceptions instead of returning -1 #17689
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (EM102):
data_compression/coordinate_compression.py#L129
data_compression/coordinate_compression.py:129:30: EM102 Exception must not use an f-string literal, assign to variable first
help: Assign to variable; remove f-string literal
|