Skip to content

Commit 6f47aee

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/html_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
class MypyHTMLBuilder(StandaloneHTMLBuilder):
1818
strict_file: Path
19+
1920
def __init__(self, app: Sphinx, env: BuildEnvironment) -> None:
2021
super().__init__(app, env)
2122
self._ref_to_doc = {}

0 commit comments

Comments
 (0)