invalid-syntax: Cannot set default type for a type parameter on Python 3.12 (syntax was added in Python 3.13)
--> .pyrefly-stubs/tensor_shapes/fixtures/torch/nn/__init__.pyi:468:30
|
466 | # ==============================================================================
467 |
468 | class Conv1d[InC, OutC, K, S = 1, P = 0, D = 1](Module):
| ^^^
469 | """1D convolution. Tracks channel and spatial dimensions.
|
Describe the Bug
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response