Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Sep 13, 2024
1 parent b3d5214 commit 2aae491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion array_api_strict/tests/test_elementwise_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
)
from .._flags import set_array_api_strict_flags

import pytest

def nargs(func):
return len(getfullargspec(func).args)
Expand Down

0 comments on commit 2aae491

Please sign in to comment.