Browse Source

🎨 Auto format

pull/14639/head
pre-commit-ci-lite[bot] 6 months ago
committed by GitHub
parent
commit
cdcabfce73
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      scripts/playwright/cookie_param_models/image01.py
  2. 3
      scripts/playwright/header_param_models/image01.py
  3. 3
      scripts/playwright/query_param_models/image01.py
  4. 3
      scripts/playwright/sql_databases/image01.py
  5. 3
      scripts/playwright/sql_databases/image02.py

3
scripts/playwright/cookie_param_models/image01.py

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

3
scripts/playwright/header_param_models/image01.py

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

3
scripts/playwright/query_param_models/image01.py

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

3
scripts/playwright/sql_databases/image01.py

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

3
scripts/playwright/sql_databases/image02.py

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

Loading…
Cancel
Save