Gladiator commited on
Commit
f0517e7
1 Parent(s): 462dc3c

fix return

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -104,4 +104,4 @@ def read_text_from_file(file):
104
  file_text = txt_file.read()
105
  txt_file.close()
106
 
107
- return txt_file
 
104
  file_text = txt_file.read()
105
  txt_file.close()
106
 
107
+ return file_text