Skip to content

Commit

Permalink
unused attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed Mar 5, 2024
1 parent b529ce7 commit cb1a88f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions website/controller_doc_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit cb1a88f

Please sign in to comment.