Skip to content

Commit 469c0b2

Browse files
committed
2 parents efcaac0 + f2842a6 commit 469c0b2

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dspy-cli"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "A CLI tool for creating and serving DSPy projects"
99
readme = "README.md"
1010
requires-python = ">=3.11"

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)