diff --git a/array.py b/array.py index 52f58ff..49ee2b3 100644 --- a/array.py +++ b/array.py @@ -151,7 +151,7 @@ def get_common_dtype(obj1: ArrayIsh, obj2: ArrayIsh, raise RuntimeError("numpy's as_strided is broken") as_strided = _as_strided -except Exception: +except Exception: # noqa: BLE001 # stolen from numpy to be compatible with older versions of numpy class _DummyArray: """ Dummy object that just exists to hang __array_interface__ dictionaries