From c5ebc42deb6ad03589e938c8f55213816abfd8a0 Mon Sep 17 00:00:00 2001 From: Mikhail Efimov Date: Sun, 9 Nov 2025 15:22:25 +0300 Subject: [PATCH] Remove redundant line --- Lib/test/test_decimal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_decimal.py b/Lib/test/test_decimal.py index b520b062ebc685..494f5279ee16cb 100644 --- a/Lib/test/test_decimal.py +++ b/Lib/test/test_decimal.py @@ -3724,7 +3724,6 @@ def test_localcontextarg(self): getcontext = self.decimal.getcontext localcontext = self.decimal.localcontext - localcontext = self.decimal.localcontext orig_ctx = getcontext() new_ctx = Context(prec=42) with localcontext(new_ctx) as enter_ctx: