Skip to content

Commit 240acbf

Browse files
committed
Merge branch 'ci/testing-env' of https://github.com/Zeroto521/pyjanitor into ci/testing-env
2 parents f6bf739 + 8079eca commit 240acbf

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)