Remove code examples for Python 3.8 in `debugging`

This commit is contained in:
Yurii Motov 2025-12-11 14:20:31 +01:00
parent 78e5794ef6
commit 1aa9bc0792
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ You can connect the debugger in your editor, for example with Visual Studio Code
In your FastAPI application, import and run `uvicorn` directly: In your FastAPI application, import and run `uvicorn` directly:
{* ../../docs_src/debugging/tutorial001.py hl[1,15] *} {* ../../docs_src/debugging/tutorial001_py39.py hl[1,15] *}
### About `__name__ == "__main__"` { #about-name-main } ### About `__name__ == "__main__"` { #about-name-main }