Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 9e73360

Browse files
authored
Merge pull request #728 from datafold/fix-alphanumeric-comparison
Unhide the implemented methods for ordering & repring the arith-texts
2 parents 19d5bc3 + 53a159b commit 9e73360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data_diff/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def alphanums_to_numbers(s1: str, s2: str):
177177
return n1, n2
178178

179179

180-
@attrs.define(frozen=True)
180+
@attrs.define(frozen=True, eq=False, order=False, repr=False)
181181
class ArithAlphanumeric(ArithString):
182182
_str: str
183183
_max_len: Optional[int] = None

0 commit comments

Comments
 (0)