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 Sep 6, 2023
1 parent 87125b0 commit ce5d272
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
import sphinx_rtd_theme # noqa

# path to .pyi files w/o having them installed
sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../src'))
sys.path.insert(
0, os.path.join(os.path.dirname(os.path.abspath(__file__)), "../../src")
)

# -- General configuration ------------------------------------------------

Expand Down

0 comments on commit ce5d272

Please sign in to comment.