Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 30, 2022
1 parent 609465b commit 8079eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_documentation_build.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Tests for documentation build."""

import os
import os

import pytest

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

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

0 comments on commit 8079eca

Please sign in to comment.