We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1948b15 commit b5d07d0Copy full SHA for b5d07d0
src/sphinx_jinja2/__init__.py
@@ -1,4 +1,5 @@
1
"""A sphinx extension for peeking at internal references."""
2
+
3
from __future__ import annotations
4
5
from dataclasses import dataclass, field, fields
src/sphinx_jinja2/_private.py
"""Private module for sphinx-jinja2."""
from dataclasses import fields
0 commit comments