Skip to content

Commit eb90727

Browse files
authored
Update src/array_api_typing/_array.py
Signed-off-by: Lucas Colley <lucas.colley8@gmail.com>
1 parent af76073 commit eb90727

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/array_api_typing/_array.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
class HasArrayNamespace(Protocol[NamespaceT_co]):
1515
"""Protocol for classes that have an `__array_namespace__` method.
1616
17-
See the Array API specification: https://data-apis.org/array-api/latest/
18-
1917
This `Protocol` is intended for use in static typing to ensure that an
2018
object has an `__array_namespace__` method that returns a namespace for
2119
array operations. This `Protocol` should not be used at runtime for type

0 commit comments

Comments
 (0)