Skip to content

Commit 3714d35

Browse files
committed
lint
1 parent d182cb6 commit 3714d35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/array_api_extra/_lib/_compat.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ from types import ModuleType
22

33
from ._typing import Array, Device
44

5+
# pylint: disable=missing-class-docstring,unused-argument
6+
57
class ArrayModule(ModuleType):
68
def device(self, x: Array, /) -> Device: ...
79

0 commit comments

Comments
 (0)