Skip to content

Commit 3a76a3c

Browse files
style(pre-commit.ci): auto fixes [...]
1 parent daf27e0 commit 3a76a3c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-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:

tests/test_mpl_arrow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import numpy as np
22
from matplotlib import pyplot as plt
3+
34
from mpl_arrow import arrow, arrow_absolute, vector
45

56

0 commit comments

Comments
 (0)