Skip to content

Commit 986931f

Browse files
Update other/coordinate_compression.py
Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 0e32489 commit 986931f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

other/coordinate_compression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def compress(self, original: float | str) -> int:
8585
Compress a single value.
8686
8787
Args:
88-
original (int | float | str) : The value to compress.
88+
original: The value to compress.
8989
9090
Returns:
9191
int: The compressed integer, or -1 if not found in the original list.

0 commit comments

Comments
 (0)