Skip to content

Commit

Permalink
Update example for PT001 as per the new default behavior (#13019)
Browse files Browse the repository at this point in the history
## Summary

Example / Use instead were not updated with the release of ruff 0.6.0.
This updates them accordingly.
  • Loading branch information
FinchPowers authored Aug 21, 2024
1 parent 37a6046 commit dedefd7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ use super::helpers::{
/// import pytest
///
///
/// @pytest.fixture
/// @pytest.fixture()
/// def my_fixture(): ...
/// ```
///
Expand All @@ -52,7 +52,7 @@ use super::helpers::{
/// import pytest
///
///
/// @pytest.fixture()
/// @pytest.fixture
/// def my_fixture(): ...
/// ```
///
Expand Down

0 comments on commit dedefd7

Please sign in to comment.