Skip to content

Commit 55b6679

Browse files
style(pre-commit.ci): auto fixes [...]
1 parent c73e603 commit 55b6679

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ def linkcode_resolve(domain, info):
205205

206206
fn = os.path.relpath(fn, start=os.path.dirname("../mpl_arrow"))
207207

208-
return f"https://github.com/mpl-extensions/mpl-arrow/blob/main/mpl_arrow/{fn}{linespec}" # noqa
208+
return f"https://github.com/mpl-extensions/mpl-arrow/blob/main/mpl_arrow/{fn}{linespec}"

src/mpl_arrow/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Easily plot nice-looking arrows with matplotlib."""
2+
23
from importlib.metadata import PackageNotFoundError, version
34

45
try:

0 commit comments

Comments
 (0)