Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 7, 2024
1 parent 2c7bcc7 commit 48edcfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sphinx_pytest/builders.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Sphinx builders for pytest."""

from __future__ import annotations

from docutils import nodes
Expand Down
1 change: 1 addition & 0 deletions src/sphinx_pytest/plugin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""The pytest plugin."""

from __future__ import annotations

from collections.abc import Mapping
Expand Down

0 comments on commit 48edcfc

Please sign in to comment.