walkingparadox commited on
Commit
e9dc1dc
·
verified ·
1 Parent(s): 9603059

Update data_loader.py

Browse files
Files changed (1) hide show
  1. data_loader.py +1 -1
data_loader.py CHANGED
@@ -1,7 +1,7 @@
1
  """Load raw documents from the data/raw directory."""
2
 
3
  import os
4
- from src.utils import list_files
5
 
6
 
7
  def load_text_file(path: str) -> dict:
 
1
  """Load raw documents from the data/raw directory."""
2
 
3
  import os
4
+ from utils import list_files
5
 
6
 
7
  def load_text_file(path: str) -> dict: