Skip to content

Commit

Permalink
style: 🚨 ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
qthequartermasterman committed Apr 21, 2024
1 parent ad8f103 commit 3d4efaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis_torch/tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ def tensor_strategy(
torch.Tensor,
tensor_strategy(
dtype=dtype_module.dtype_strategy(),
shape=st.integers(min_value=0, max_value=10), # Discourage large tensors
shape=st.integers(min_value=0, max_value=10), # Discourage large tensors
),
)

0 comments on commit 3d4efaa

Please sign in to comment.