Skip to content

Commit bf04c27

Browse files
committed
💚 Fix pre-commit.ci
1 parent 6d2a328 commit bf04c27

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
33
https://www.sphinx-doc.org/en/master/usage/configuration.html
44
"""
5+
56
from sphinxcontrib.autofile import __version__ as version # type: ignore
67
from sphinxcontrib.autofile._metainfo import ( # type: ignore
78
author,

src/sphinxcontrib/autofile/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
r"""Sphinx extension: autofile
22
==============================
33
"""
4+
45
from sphinx.application import Sphinx
56

6-
from ._version import __version__, __version_tuple__ # type: ignore
77
from .directive import AutofileDirective
88

99

src/sphinxcontrib/autofile/directive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
r"""Directive
22
=============
33
"""
4+
45
import os
56
from glob import glob
67

0 commit comments

Comments
 (0)