We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1ee7f commit ff5b409Copy full SHA for ff5b409
docs/conf.py
@@ -196,4 +196,4 @@ def linkcode_resolve(domain, info):
196
197
fn = os.path.relpath(fn, start=os.path.dirname("../mpl_image_segmenter"))
198
199
- 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}"
src/mpl_image_segmenter/__init__.py
@@ -1,4 +1,5 @@
1
"""Manually segment images with matplotlib."""
2
+
3
from importlib.metadata import PackageNotFoundError, version
4
5
try:
0 commit comments