Skip to content

Commit e7549fb

Browse files
Update databricks_rm.py
1 parent 226a0d9 commit e7549fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dspy/retrieve/databricks_rm.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
import json
12
import os
23
from collections import defaultdict
3-
from typing import List, Union, Optional
4-
import json
4+
from typing import List, Union
5+
56
import requests
67

78
import dspy

0 commit comments

Comments
 (0)