Skip to content

Commit f2842a6

Browse files
committed
ruff
1 parent c506b2d commit f2842a6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/code-review-agent/src/code_review_agent/modules/pr_reviewer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Example DSPy module using Predict."""
22

3-
from typing import Optional
43
import dspy
54
from dotenv import load_dotenv
65
from code_review_agent.signatures.review_pr import PRReview, ReviewPR

src/dspy_cli/commands/new.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Command to create a new DSPy project."""
22

3-
import os
43
import subprocess
54
from pathlib import Path
65

0 commit comments

Comments
 (0)