Skip to content

Commit d51330d

Browse files
committed
line wrongly marked as no cover
1 parent 327f412 commit d51330d

File tree

1 file changed

+1
-1
lines changed
  • pydantic_ai_slim/pydantic_ai

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def click_cli(
203203
raise SystemExit(0)
204204

205205
return result if result is not None else 0
206-
except click.ClickException as e: # pragma: no cover
206+
except click.ClickException as e:
207207
e.show()
208208
return 1
209209

0 commit comments

Comments
 (0)