Skip to content

Commit 5db8477

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_numeric_tower.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ def test_complex(self):
225225
self.assertRaises(TypeError, op, z, v)
226226
self.assertRaises(TypeError, op, v, z)
227227

228+
228229
class IndexMutationDuringNumericOpTest(unittest.TestCase):
229230
def test_index_mutates_lhs_type_during_operation(self):
230231
import array

0 commit comments

Comments
 (0)