Skip to content

Commit c5ebc42

Browse files
Remove redundant line
1 parent 7ae440f commit c5ebc42

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
@@ -3724,7 +3724,6 @@ def test_localcontextarg(self):
37243724
getcontext = self.decimal.getcontext
37253725
localcontext = self.decimal.localcontext
37263726

3727-
localcontext = self.decimal.localcontext
37283727
orig_ctx = getcontext()
37293728
new_ctx = Context(prec=42)
37303729
with localcontext(new_ctx) as enter_ctx:

0 commit comments

Comments
 (0)