chore(settings): drop unused last-saved helper
This commit is contained in:
@@ -100,9 +100,6 @@ def settings_page(workspace_id: str) -> None:
|
|||||||
return None
|
return None
|
||||||
return int(parsed)
|
return int(parsed)
|
||||||
|
|
||||||
def last_saved_status_text(config: PortfolioConfig) -> str:
|
|
||||||
return save_status_text(config).replace("Saved:", "Last saved:", 1)
|
|
||||||
|
|
||||||
def build_preview_config() -> PortfolioConfig:
|
def build_preview_config() -> PortfolioConfig:
|
||||||
parsed_loan_amount = as_non_negative_float(loan_amount.value)
|
parsed_loan_amount = as_non_negative_float(loan_amount.value)
|
||||||
if parsed_loan_amount is None:
|
if parsed_loan_amount is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user