Skip to content

Commit c72576c

Browse files
committed
💚 Fix pre-commit.ci
1 parent 1890aba commit c72576c

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-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.requirements_txt import (
67
__version__ as version, # type: ignore
78
)

src/sphinxcontrib/requirements_txt/__init__.py

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

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

99

src/sphinxcontrib/requirements_txt/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
import re
67
from glob import glob

tests/test_directive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
r"""Test directive."""
2+
23
import os
34

45
from sphinxcontrib.requirements_txt.directive import parse

0 commit comments

Comments
 (0)