8000 STY: appease ruff · numpy/numpy@260bfca · GitHub
[go: up one dir, main page]

Skip to content

Commit 260bfca

Browse files
committed
STY: appease ruff
1 parent f5ae1f7 commit 260bfca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

numpy/lib/_user_array_impl.pyi

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ from typing_extensions import TypeVar, deprecated, override
66

77
import numpy as np
88
import numpy.typing as npt
9-
from numpy._typing import _AnyShape, _ArrayLike, _ArrayLikeBool_co, _ArrayLikeInt_co, _DTypeLike
9+
from numpy._typing import (
10+
_AnyShape,
11+
_ArrayLike,
12+
_ArrayLikeBool_co,
13+
_ArrayLikeInt_co,
14+
_DTypeLike,
15+
)
1016

1117
###
1218

0 commit comments

Comments
 (0)
0