Skip to content

Commit

Permalink
Merge pull request #26 from yhshu/patch-1
Browse files Browse the repository at this point in the history
Update RetrievalModule.py
  • Loading branch information
bernaljg authored Jun 29, 2024
2 parents e2cf87f + d5513c4 commit 5a7682f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/RetrievalModule.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import sys

sys.path.append('.')

import _pickle as pickle
import argparse
from glob import glob
Expand Down

0 comments on commit 5a7682f

Please sign in to comment.