From 8079eca20c6fa7c828368dcf10c8b418be94aec6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 30 Oct 2022 00:58:53 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_documentation_build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_documentation_build.py b/tests/test_documentation_build.py index a10d1b540..353ad6b5d 100644 --- a/tests/test_documentation_build.py +++ b/tests/test_documentation_build.py @@ -1,6 +1,6 @@ """Tests for documentation build.""" -import os +import os import pytest @@ -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.