Skip to content

Commit 9957408

Browse files
committed
Add missing blank line
1 parent 641cc90 commit 9957408

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

array_api_tests/function_stubs/_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
SupportsDLPack = TypeVar('SupportsDLPack')
1414
SupportsBufferProtocol = TypeVar('SupportsBufferProtocol')
1515
PyCapsule = TypeVar('PyCapsule')
16+
1617
__all__ = ['Literal', 'Optional', 'Tuple', 'Union', 'array', 'device',
1718
'dtype', 'SupportsDLPack', 'SupportsBufferProtocol', 'PyCapsule']
1819

generate_stubs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
SupportsDLPack = TypeVar('SupportsDLPack')
9494
SupportsBufferProtocol = TypeVar('SupportsBufferProtocol')
9595
PyCapsule = TypeVar('PyCapsule')
96+
9697
__all__ = ['Literal', 'Optional', 'Tuple', 'Union', 'array', 'device',
9798
'dtype', 'SupportsDLPack', 'SupportsBufferProtocol', 'PyCapsule']
9899

0 commit comments

Comments
 (0)