Skip to content

Commit 4b1f1ac

Browse files
Update Lib/test/test_numeric_tower.py
Co-authored-by: AN Long <aisk@users.noreply.github.com>
1 parent 5db8477 commit 4b1f1ac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/test/test_numeric_tower.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,5 +249,7 @@ def __index__(self):
249249

250250
with self.assertRaises(TypeError):
251251
arr * Count()
252+
253+
252254
if __name__ == '__main__':
253255
unittest.main()

0 commit comments

Comments
 (0)