Update scripts/data.py

This commit is contained in:
Toran Bruce Richards
2023-04-04 10:03:30 +01:00
committed by GitHub
parent c3288dcca8
commit 8b3c2fee2e

View File

@@ -11,7 +11,6 @@ def load_prompt():
# Load the promt from data/prompt.txt
with open(SRC_DIR/ "data/prompt.txt", "r") as prompt_file:
prompt = prompt_file.read()
return prompt