Skip to content

Commit 07c1e82

Browse files
style(pre-commit.ci): auto fixes [...]
1 parent b15850a commit 07c1e82

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ def linkcode_resolve(domain, info):
196196

197197
fn = os.path.relpath(fn, start=os.path.dirname("../mpl_image_segmenter"))
198198

199-
return f"https://github.com/ianhi/mpl-image-segmenter/blob/main/mpl_image_segmenter/{fn}{linespec}" # noqa
199+
return f"https://github.com/ianhi/mpl-image-segmenter/blob/main/mpl_image_segmenter/{fn}{linespec}"

src/mpl_image_segmenter/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Manually segment images with matplotlib."""
2+
23
from importlib.metadata import PackageNotFoundError, version
34

45
try:

0 commit comments

Comments
 (0)