Skip to content

Commit

Permalink
Update Lib/test/test_capi/test_abstract.py
Browse files Browse the repository at this point in the history
Co-authored-by: Donghee Na <donghee.na92@gmail.com>
  • Loading branch information
ekohilas and corona10 authored Oct 29, 2023
1 parent 445bcc0 commit 864c868
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_capi/test_abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,6 @@ def test_sequence_tuple(self):
self.assertRaises(SystemError, xtuple, NULL)

def test_number_check_complex(self):
number_check = _testcapi.number_check
self.assertTrue(_testcapi.number_check(1 + 1j))


Expand Down

0 comments on commit 864c868

Please sign in to comment.