Skip to content

Commit 9f9cebf

Browse files
committed
fix linter complaint
1 parent fe57b42 commit 9f9cebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/array_api_stubs/_draft/array_object.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class _array:
2626
exchange of array data at the C extension level without going through Python-level exchange.
2727
See :ref:`data-interchange` section for more details.
2828
"""
29+
2930
# use None for placeholder
3031
__dlpack_c_exchange_api__: PyCapsule = None
3132

0 commit comments

Comments
 (0)