Read ``effort`` back through the real ``get_settings()`` read-channel (fresh).
()
| 126 | |
| 127 | |
| 128 | def _persisted_effort() -> str: |
| 129 | """Read ``effort`` back through the real ``get_settings()`` read-channel (fresh).""" |
| 130 | invalidate_settings_cache() |
| 131 | return get_settings().effort |
| 132 | |
| 133 | |
| 134 | # --------------------------------------------------------------------------- # |
no test coverage detected