mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
A new shade of Black (#11362)
This commit is contained in:
@@ -93,6 +93,7 @@ class RaggedFeature(NamedTuple):
|
||||
|
||||
class UniformRowLength(NamedTuple): # type: ignore[misc]
|
||||
length: int
|
||||
|
||||
dtype: DTypeLike
|
||||
value_key: str | None = ...
|
||||
partitions: tuple[RowSplits | RowLengths | RowStarts | RowLimits | ValueRowIds | UniformRowLength, ...] = ... # type: ignore[name-defined]
|
||||
|
||||
Reference in New Issue
Block a user