Skip to content

Commit e444a1f

Browse files
Fix trailing whitespace in test_numeric_tower
1 parent 4ad938d commit e444a1f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_numeric_tower.py

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

228228
class IndexMutationDuringNumericOpTest(unittest.TestCase):
229-
230229
def test_index_mutates_lhs_type_during_operation(self):
231230
import array
232231

0 commit comments

Comments
 (0)