Skip to content

Commit 7c97dfa

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6e880f3 commit 7c97dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
from _pytest.outcomes import TEST_OUTCOME
6464
from _pytest.pathlib import absolutepath
6565
from _pytest.pathlib import bestrelpath
66-
from _pytest.stash import StashKey
6766
from _pytest.scope import HIGH_SCOPES
6867
from _pytest.scope import Scope
68+
from _pytest.stash import StashKey
6969

7070

7171
if TYPE_CHECKING:

0 commit comments

Comments
 (0)