Skip to content

Commit add7063

Browse files
chore(ci): auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 35ca467 commit add7063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liblaf/melon/io/wrap/polygons/_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from pathlib import Path
22

3+
import liblaf.grapes as grapes # noqa: PLR0402
34
import numpy as np
45
from jaxtyping import Integer
56

6-
import liblaf.grapes as grapes # noqa: PLR0402
77
from liblaf.melon.typed import PathLike
88

99
from ._utils import get_polygons_path

0 commit comments

Comments
 (0)