Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Jul 3, 2024
1 parent c24c5a2 commit 0bb4eea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/beignet/_chebyshev_zeros.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
from torch import Tensor


def chebyshev_zeros(
input: int,
) -> Tensor:
def chebyshev_zeros(input: int) -> Tensor:
if input < 1:
raise ValueError

Expand Down

0 comments on commit 0bb4eea

Please sign in to comment.