Skip to content

Commit

Permalink
Update Lib/test/test_decimal.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nice Zombies <[email protected]>
  • Loading branch information
serhiy-storchaka and nineteendo authored Jul 15, 2024
1 parent c76ebf2 commit 9bb70f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_decimal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,6 @@ def __init__(self, a):
a = A.from_float(42)
self.assertEqual(self.decimal.Decimal, a.a_type)


@requires_cdecimal
class CFormatTest(FormatTest, unittest.TestCase):
decimal = C
Expand Down

0 comments on commit 9bb70f2

Please sign in to comment.