Skip to content

Commit aa4abc1

Browse files
committed
ruff applied
1 parent dbf300a commit aa4abc1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

retrieval_aug_predictors/models/demir_ensemble_mipro.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import json
3030
from tqdm import tqdm
3131
from typing import List, Tuple, Dict, Set
32-
from dspy.teleprompt import MIPROv2
3332
from retrieval_aug_predictors.models import KG, AbstractBaseLinkPredictorClass
3433
from retrieval_aug_predictors.arguments import parser
3534
from retrieval_aug_predictors.utils import sanity_checking
@@ -39,11 +38,8 @@
3938
from dspy.evaluate import Evaluate
4039
import math
4140
import pandas as pd
42-
from typing import List,Iterable
43-
import dspy
44-
import pydantic
4541
import random
46-
from typing import Dict, Set, Tuple, Any, TypeAlias, List, Optional, Union
42+
from typing import TypeAlias, Union
4743
# --- Constants ---
4844
load_dotenv()
4945
pd.set_option('display.max_columns', None)

0 commit comments

Comments
 (0)