Skip to content

Commit

Permalink
Fix TypeError: 'FastInfo' object is not callable #1636
Browse files Browse the repository at this point in the history
  • Loading branch information
ValueRaider committed Aug 13, 2023
1 parent b6372c0 commit 67e81a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yfinance/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,6 @@ def get_info(self, proxy=None) -> dict:
data = self._quote.info
return data

@property
def get_fast_info(self, proxy=None):
if self._fast_info is None:
self._fast_info = FastInfo(self, proxy=proxy)
Expand Down

0 comments on commit 67e81a8

Please sign in to comment.