🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2026-01-02 10:23:33 +00:00 committed by GitHub
parent 7a1b69e6d6
commit cdcabfce73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 10 deletions

View File

@ -24,8 +24,7 @@ def run(playwright: Playwright) -> None:
process = subprocess.Popen(
["fastapi", "run", "docs_src/cookie_param_models/tutorial001.py"],
shell=False
["fastapi", "run", "docs_src/cookie_param_models/tutorial001.py"], shell=False
)
try:
for _ in range(3):

View File

@ -23,8 +23,7 @@ def run(playwright: Playwright) -> None:
process = subprocess.Popen(
["fastapi", "run", "docs_src/header_param_models/tutorial001.py"],
shell=False
["fastapi", "run", "docs_src/header_param_models/tutorial001.py"], shell=False
)
try:
for _ in range(3):

View File

@ -26,8 +26,7 @@ def run(playwright: Playwright) -> None:
process = subprocess.Popen(
["fastapi", "run", "docs_src/query_param_models/tutorial001.py"],
shell=False
["fastapi", "run", "docs_src/query_param_models/tutorial001.py"], shell=False
)
try:
for _ in range(3):

View File

@ -22,8 +22,7 @@ def run(playwright: Playwright) -> None:
process = subprocess.Popen(
["fastapi", "run", "docs_src/sql_databases/tutorial001.py"],
shell=False
["fastapi", "run", "docs_src/sql_databases/tutorial001.py"], shell=False
)
try:
for _ in range(3):

View File

@ -22,8 +22,7 @@ def run(playwright: Playwright) -> None:
process = subprocess.Popen(
["fastapi", "run", "docs_src/sql_databases/tutorial002.py"],
shell=False
["fastapi", "run", "docs_src/sql_databases/tutorial002.py"], shell=False
)
try:
for _ in range(3):