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 2, 2024
1 parent 245930c commit 1f915d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"""Sphinx configuration."""

import os
import sys

sys.path.insert(0, os.path.abspath("../src"))
import papermap # noqa: E402
import papermap

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand Down
1 change: 1 addition & 0 deletions src/papermap/typing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Type information used throughout `papermap`."""

from typing import Tuple, Union

Degree = float
Expand Down

0 comments on commit 1f915d4

Please sign in to comment.