Commit 0c0de2a
Revert cached_property on WQP_Metadata.site_info
WQP_Metadata is not strictly a snapshot — a long-lived `md` reference
(paginated workflow, long-running script) would see stale site
metadata if `site_info` cached its result. Plain `@property` matches
user expectation that an attribute named `site_info` reflects the
current state, and the cost of one extra HTTP call on re-read is
acceptable. Drop the now-unused `from functools import cached_property`.
The coercion comment is retained.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7836d12 commit 0c0de2a
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
688 | 687 | | |
689 | 688 | | |
690 | 689 | | |
691 | | - | |
| 690 | + | |
692 | 691 | | |
693 | 692 | | |
694 | 693 | | |
| |||
0 commit comments