Skip to content

Commit

Permalink
chore(dec_utils): remove caching decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Dec 21, 2023
1 parent b0a3e56 commit 30bb44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_utils/core/profiled_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class ParsingOutput:
parser: AbstractSemanticElementParser


# @st.cache_resource() TODO: uncomment
@st.cache_resource()
def get_parsing_output(url):
html = get_sec_edgar_reports_getter().download_filing(url)
profiled_parser = ProfiledParser()
Expand Down

0 comments on commit 30bb44c

Please sign in to comment.