Skip to content

Commit d26ab0f

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/sphinx_pytest/builders.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Sphinx builders for pytest."""
2+
23
from __future__ import annotations
34

45
from docutils import nodes

src/sphinx_pytest/plugin.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""The pytest plugin."""
2+
23
from __future__ import annotations
34

45
from collections.abc import Mapping

0 commit comments

Comments
 (0)