Skip to content

Commit 7e6ccf9

Browse files
authored
Missing _lib/__init__.py (#66)
* Missing _lib/__init__.py * lint
1 parent 6699efb commit 7e6ccf9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/array_api_extra/_lib/__init__.py

Whitespace-only changes.

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)