Skip to content

Commit 8079eca

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_documentation_build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Tests for documentation build."""
22

3-
import os
3+
import os
44

55
import pytest
66

@@ -19,7 +19,7 @@ def test_docs_general_functions_present():
1919
all of the functions are present in the docs.
2020
This is an awesome thing that we could use help with in the future.
2121
"""
22-
# Build docs using mkdocs
22+
# Build docs using mkdocs
2323
os.system("mkdocs build --clean")
2424

2525
# We want to check that the following keywords are all present.

0 commit comments

Comments
 (0)