Browse Source

🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

pull/13259/head
pre-commit-ci[bot] 3 weeks ago
parent
commit
1a352a9776
  1. 2
      tests/test_tutorial/test_testing/test_tutorial003.py

2
tests/test_tutorial/test_testing/test_tutorial003.py

@ -4,4 +4,4 @@ import pytest
def test_main():
with pytest.warns(DeprecationWarning):
from docs_src.app_testing.tutorial003 import test_read_items
test_read_items()
test_read_items()

Loading…
Cancel
Save