We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a69dc commit 9a7e1a5Copy full SHA for 9a7e1a5
2 files changed
src/array_api_extra/_lib/_utils/_compat.py
@@ -2,6 +2,7 @@
2
# Allow packages that vendor both `array-api-extra` and
3
# `array-api-compat` to override the import location
4
5
+# pylint: disable=duplicate-code
6
try:
7
from ...._array_api_compat_vendor import (
8
array_namespace,
src/array_api_extra/_lib/_utils/_typing.py
@@ -1,5 +1,5 @@
1
# numpydoc ignore=GL08
-# pylint: disable=missing-module-docstring
+# pylint: disable=missing-module-docstring,duplicate-code
Array = object
DType = object
0 commit comments