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 c73e603 commit 55b6679Copy full SHA for 55b6679
docs/conf.py
@@ -205,4 +205,4 @@ def linkcode_resolve(domain, info):
205
206
fn = os.path.relpath(fn, start=os.path.dirname("../mpl_arrow"))
207
208
- return f"https://github.com/mpl-extensions/mpl-arrow/blob/main/mpl_arrow/{fn}{linespec}" # noqa
+ return f"https://github.com/mpl-extensions/mpl-arrow/blob/main/mpl_arrow/{fn}{linespec}"
src/mpl_arrow/__init__.py
@@ -1,4 +1,5 @@
1
"""Easily plot nice-looking arrows with matplotlib."""
2
+
3
from importlib.metadata import PackageNotFoundError, version
4
5
try:
0 commit comments