Skip to content

Commit

Permalink
Fix for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivam95 committed Nov 29, 2024
1 parent 5293fad commit d285405
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dicee/query_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import pickle
from copy import deepcopy
from .static_funcs import save_pickle, load_pickle
import re


class QueryGenerator:
def __init__(self, train_path, val_path: str = None, test_path: str = None, ent2id: Dict = None, rel2id: Dict = None,
Expand Down

0 comments on commit d285405

Please sign in to comment.