Commit 8c34a09
[Fix] Remove redundant cookies serialization from ProxyMixin (#111)
ProxyMixin.serialize referenced self.cookies but ProxyMixin doesn't
define it — relying on CookieMixin being in the MRO. This would crash
if ProxyMixin were composed without CookieMixin. The block was also
redundant since CookieMixin.serialize already handles cookies.
Co-authored-by: Adam Dobrawy <naczelnik@jawne.info.pl>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7b18d57 commit 8c34a09
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
| |||
0 commit comments