Skip to content

Commit 2b5cc15

Browse files
committed
chore(ag-ui): remove unnecessary pragma no cover
Remove unnecessary pragma no cover directive.
1 parent 12a7352 commit 2b5cc15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ag-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def custom_events() -> list[CustomEvent]:
225225
### Examples
226226

227227
For more examples of how to use [`Adapter`][pydantic_ai.ag_ui.Adapter] see
228-
[`pydantic_ai.ag_ui_examples`](https://github.com/pydantic/pydantic-ai/tree/main/examples/pydantic_ai.ag_ui_examples),
228+
[`pydantic_ai_ag_ui_examples`](https://github.com/pydantic/pydantic-ai/tree/main/examples/pydantic_ai_ag_ui_examples),
229229
which includes working server for the with the
230230
[AG-UI Dojo](https://docs.ag-ui.com/tutorials/debugging#the-ag-ui-dojo) which
231231
can be run from a clone of the repo or with the `pydantic-ai-examples` package

tests/test_ag_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class AdapterRunTest:
293293
# Test parameter data
294294
def tc_parameters() -> list[AdapterRunTest]:
295295
if not has_ag_ui: # pragma: no branch
296-
return [AdapterRunTest(id='skipped', runs=[])] # pragma: no cover
296+
return [AdapterRunTest(id='skipped', runs=[])]
297297

298298
return [
299299
AdapterRunTest(

0 commit comments

Comments
 (0)