Skip to content

Commit

Permalink
Fix another linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevnrm committed Dec 30, 2024
1 parent 78f3817 commit d54f473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sphinx_test.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Test Sphinx compilation of documentation."""

from pathlib import Path
from sphinx.application import Sphinx

from sphinx.application import Sphinx

SOURCE_DIR = Path("docs/source")
CONFIG_DIR = SOURCE_DIR
Expand Down

0 comments on commit d54f473

Please sign in to comment.