Skip to content

Commit dba753e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 291e259 commit dba753e

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
@@ -51,7 +51,7 @@ def __init__(self, arr: list[int | float | str]) -> None:
5151
"""
5252

5353
# A dictionary to store compressed coordinates
54-
self.coordinate_map: dict[int | float | str, int] = {}
54+
self.coordinate_map: dict[int | float | str, int] = {}
5555

5656
# A list to store reverse mapping
5757
self.reverse_map: list[int | float | str] = [-1] * len(arr)

0 commit comments

Comments
 (0)