Skip to content

Commit 0aa1e79

Browse files
committed
MOD: Refresh databento-python stub data
1 parent 555aafd commit 0aa1e79

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+28
-21
lines changed

databento/common/dbnstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ def __init__(
13351335
count: int | None = None,
13361336
) -> None:
13371337
self._reader = reader
1338-
self._dtype: np.typing.DTypeLike = np.dtype(dtype)
1338+
self._dtype: np.dtype[Any] = np.dtype(dtype)
13391339
self._offset = offset
13401340
self._count = count
13411341
self._close_on_next = False
-363 Bytes
Binary file not shown.
-259 Bytes
Binary file not shown.
-302 Bytes
Binary file not shown.
-225 Bytes
Binary file not shown.
-237 Bytes
Binary file not shown.
-180 Bytes
Binary file not shown.
-180 Bytes
Binary file not shown.
-273 Bytes
Binary file not shown.
-223 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)