Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea3e8ce

Browse files
committed
lint
1 parent 7031d4a commit ea3e8ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sync:
55
.PHONY: format
66
format:
77
uv run ruff format
8+
uv run ruff check --fix
89

910
.PHONY: lint
1011
lint:

tests/test_agent_tracing.py

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

1010
from .fake_model import FakeModel
1111
from .test_responses import get_text_message
12-
from .testing_processor import fetch_normalized_spans, fetch_ordered_spans, fetch_traces
12+
from .testing_processor import fetch_normalized_spans, fetch_traces
1313

1414

1515
@pytest.mark.asyncio

0 commit comments

Comments
 (0)