Skip to content

Commit 9a7e1a5

Browse files
committed
fix pylint errors
1 parent 64a69dc commit 9a7e1a5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/array_api_extra/_lib/_utils/_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Allow packages that vendor both `array-api-extra` and
33
# `array-api-compat` to override the import location
44

5+
# pylint: disable=duplicate-code
56
try:
67
from ...._array_api_compat_vendor import (
78
array_namespace,

src/array_api_extra/_lib/_utils/_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# numpydoc ignore=GL08
2-
# pylint: disable=missing-module-docstring
2+
# pylint: disable=missing-module-docstring,duplicate-code
33

44
Array = object
55
DType = object

0 commit comments

Comments
 (0)