Skip to content

Commit e2d8684

Browse files
committed
Fix ruff issue and remove windows workflow
1 parent ce56c89 commit e2d8684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
os: [ubuntu-latest, macos-latest, windows-latest]
52+
os: [ubuntu-latest, macos-latest]
5353
python-version: ["3.10", "3.11", "3.12", "3.13"]
5454

5555
steps:

tests/test_export_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import pytest
1010

11-
from dspy_code.core.exceptions import ExportError, ImportError, InvalidFormatError
11+
from dspy_code.core.exceptions import ExportError, ImportError
1212
from dspy_code.export import ExportImportHandler, PackageBuilder, PackageMetadata
1313

1414

0 commit comments

Comments
 (0)