Skip to content

Commit f99f8bd

Browse files
🎨 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 67053bb commit f99f8bd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
"""Sphinx configuration."""
2+
23
import os
34
import sys
45

56
sys.path.insert(0, os.path.abspath("../src"))
6-
import papermap # noqa: E402
7+
import papermap
78

89
# -- Project information -----------------------------------------------------
910
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

src/papermap/typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Type information used throughout `papermap`."""
2+
23
from typing import Tuple, Union
34

45
Degree = float

0 commit comments

Comments
 (0)