mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 11:59:35 +00:00
Update example for PT001
as per the new default behavior (#13019)
## Summary Example / Use instead were not updated with the release of ruff 0.6.0. This updates them accordingly.
This commit is contained in:
parent
37a60460ed
commit
dedefd73da
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ use super::helpers::{
|
|||
/// import pytest
|
||||
///
|
||||
///
|
||||
/// @pytest.fixture
|
||||
/// @pytest.fixture()
|
||||
/// def my_fixture(): ...
|
||||
/// ```
|
||||
///
|
||||
|
@ -52,7 +52,7 @@ use super::helpers::{
|
|||
/// import pytest
|
||||
///
|
||||
///
|
||||
/// @pytest.fixture()
|
||||
/// @pytest.fixture
|
||||
/// def my_fixture(): ...
|
||||
/// ```
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue