Skip to content

Commit 194c466

Browse files
committed
remove unused get_question()
1 parent 793cd28 commit 194c466

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

ai_tutor.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,6 @@ def collect_longrepr(data:Dict[str, str]) -> List[str]:
200200
return longrepr_list
201201

202202

203-
@functools.lru_cache
204-
def get_question(longrepr:str, explanation_in:str,) -> str:
205-
return (
206-
get_report_header(explanation_in) + f"{longrepr}\n" + get_report_footer(explanation_in)
207-
)
208-
209-
210203
@functools.lru_cache
211204
def get_report_header(explanation_in:str) -> str:
212205
d = {

0 commit comments

Comments
 (0)