Skip to content

Commit 291e259

Browse files
Update other/coordinate_compression.py
Co-authored-by: Christian Clauss <[email protected]>
1 parent 986931f commit 291e259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other/coordinate_compression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def decompress(self, num: int) -> int | float | str:
104104
Decompress a single integer.
105105
106106
Args:
107-
num (int): The compressed integer to decompress.
107+
num: The compressed integer to decompress.
108108
109109
Returns:
110110
original value (int | float | str) : The original value.

0 commit comments

Comments
 (0)