Skip to content

Commit 9bb70f2

Browse files
Update Lib/test/test_decimal.py
Co-authored-by: Nice Zombies <[email protected]>
1 parent c76ebf2 commit 9bb70f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_decimal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,6 @@ def __init__(self, a):
13031303
a = A.from_float(42)
13041304
self.assertEqual(self.decimal.Decimal, a.a_type)
13051305

1306-
13071306
@requires_cdecimal
13081307
class CFormatTest(FormatTest, unittest.TestCase):
13091308
decimal = C

0 commit comments

Comments
 (0)