From cb1a88f9dbe6cea81f1d42373029aa68ed28daf7 Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Tue, 5 Mar 2024 11:49:24 +0000 Subject: [PATCH] unused attribute --- website/controller_doc_classes.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/controller_doc_classes.py b/website/controller_doc_classes.py index 3066321e564c..d99826f79536 100644 --- a/website/controller_doc_classes.py +++ b/website/controller_doc_classes.py @@ -295,10 +295,6 @@ def __init__(self, controller: BaseController, trailmap: str): if self.name == "options" and hasattr(self.controller, "selected_date"): self.controller.selected_date = get_expiration_date() - elif self.name == "ca" and hasattr(self.controller, "similar"): - self.controller.similar = finviz_compare_model.get_similar_companies( - self.symbol, ["Sector", "Industry"] - ) if hasattr(self.controller, "current_currency"): self.controller.current_currency = "usdt" if hasattr(self.controller, "source") and trailmap.split(".")[0] == "crypto":