Skip to content

Commit 4ede9ce

Browse files
committed
fix formatting
1 parent 3ab4422 commit 4ede9ce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lib/test/test_math_integer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,10 @@ def test_isqrt_rem(self):
279279
isqrt_rem(MyIndexable(-3))
280280

281281
# Non-integer-like things
282-
bad_values = [
283-
3.5, "3.5", Decimal("3.5"), 3.5j,
284-
100.0, -4.0,
285-
]
282+
bad_values = [
283+
3.5, "3.5", Decimal("3.5"), 3.5j,
284+
100.0, -4.0,
285+
]
286286
for value in bad_values:
287287
with self.subTest(value=value):
288288
with self.assertRaises(TypeError):

0 commit comments

Comments
 (0)