From 6163f94a3ec875163f8e6d4a3912dbcb9f72d04a Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Tue, 26 May 2026 10:48:48 +0200 Subject: [PATCH] Remove dead line from coverage omit section --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c4ebf60c5..9aa3c870c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -242,7 +242,6 @@ relative_files = true context = '${CONTEXT}' omit = [ "tests/benchmarks/*", - "docs_src/response_model/tutorial003_04_py39.py", "docs_src/response_model/tutorial003_04_py310.py", "docs_src/dependencies/tutorial013_an_py310.py", # temporary code example? "docs_src/dependencies/tutorial014_an_py310.py", # temporary code example?