Skip to content

Commit

Permalink
no return
Browse files Browse the repository at this point in the history
  • Loading branch information
Judyxujj committed Oct 20, 2023
1 parent f26d94c commit 662f7fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_generic_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,4 @@ def get_output_shape(test_parameters: GenericFrontendV1TestParams):
assert torch.equal(seq_mask, test_params.out_sequence_mask), (
seq_mask.shape,
test_params.out_sequence_mask.shape,
)

return
)

0 comments on commit 662f7fa

Please sign in to comment.