Commit 32ec2d8
committed
Remove equality methods in KV Cache events data classes
Equality methods are unnecessary as its provided by the parent class
'msgspec.Struct' which they extend from.
Review comment:
https://github.com/vllm-project/vllm/pull/28309/files#r2539044714
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>1 parent dcbbfe6 commit 32ec2d8
1 file changed
+0
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 57 | | |
70 | 58 | | |
71 | 59 | | |
72 | 60 | | |
73 | 61 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 62 | | |
82 | 63 | | |
83 | 64 | | |
| |||
0 commit comments