Commit e9b147c
Remove redundant S3Metadata.__eq__
collections.abc.Mapping already provides __eq__ that compares against
any Mapping (dict is a registered subclass), which covers both
S3Metadata-to-S3Metadata and S3Metadata-to-dict comparison over the
user-defined metadata.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 03b08d1 commit e9b147c
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | 239 | | |
247 | 240 | | |
248 | 241 | | |
| |||
0 commit comments