Skip to content

Commit a3b4841

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/sphinx_jinja2/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""A sphinx extension for peeking at internal references."""
2+
23
from __future__ import annotations
34

45
from dataclasses import dataclass, field, fields

src/sphinx_jinja2/_private.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Private module for sphinx-jinja2."""
2+
23
from __future__ import annotations
34

45
from dataclasses import fields

0 commit comments

Comments
 (0)