Skip to content

Commit 33ea790

Browse files
committed
ruff fixes.
1 parent e00d4e6 commit 33ea790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspy/teleprompt/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import random
22
import threading
3-
from typing import Optional, Dict
3+
from typing import Dict, Optional
44

55
import tqdm
66

0 commit comments

Comments
 (0)