Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 283a8da commit 1d0568a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@ def linkcode_resolve(domain, info):

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

return f"https://github.com/ianhi/mpl-image-segmenter/blob/main/mpl_image_segmenter/{fn}{linespec}" # noqa
return f"https://github.com/ianhi/mpl-image-segmenter/blob/main/mpl_image_segmenter/{fn}{linespec}"
1 change: 1 addition & 0 deletions src/mpl_image_segmenter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Manually segment images with matplotlib."""

from importlib.metadata import PackageNotFoundError, version

try:
Expand Down

0 comments on commit 1d0568a

Please sign in to comment.