Skip to content

Commit 607f15e

Browse files
Match original file endings for consistency
Removes trailing newlines from simple-prompt and simple-streamablehttp to match the original format before the dependency-groups migration.
1 parent b2841db commit 607f15e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/servers/simple-prompt/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ line-length = 120
4444
target-version = "py310"
4545

4646
[dependency-groups]
47-
dev = ["pyright>=1.1.378", "pytest>=8.3.3", "ruff>=0.6.9"]
47+
dev = ["pyright>=1.1.378", "pytest>=8.3.3", "ruff>=0.6.9"]

examples/servers/simple-streamablehttp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ line-length = 120
3333
target-version = "py310"
3434

3535
[dependency-groups]
36-
dev = ["pyright>=1.1.378", "pytest>=8.3.3", "ruff>=0.6.9"]
36+
dev = ["pyright>=1.1.378", "pytest>=8.3.3", "ruff>=0.6.9"]

0 commit comments

Comments
 (0)