diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2013-03-26 00:14:35 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2013-03-26 00:14:35 (GMT) |
| commit | 678ad51b3860c0d5cbf9188e50e72f0b04d1140e (patch) | |
| tree | 04bf5bcaeb771b607fc180223a3bbd176a34f8f2 /Lib/test/test_decimal.py | |
| parent | 3fa1aaebde6408dcfe169932d35bf922a77e64c9 (diff) | |
| download | cpython-678ad51b3860c0d5cbf9188e50e72f0b04d1140e.zip cpython-678ad51b3860c0d5cbf9188e50e72f0b04d1140e.tar.gz cpython-678ad51b3860c0d5cbf9188e50e72f0b04d1140e.tar.bz2 | |
Issue #17516: remove dead code
Diffstat (limited to 'Lib/test/test_decimal.py')
| -rw-r--r-- | Lib/test/test_decimal.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_decimal.py b/Lib/test/test_decimal.py index e8256a5..7fcd2a8 100644 --- a/Lib/test/test_decimal.py +++ b/Lib/test/test_decimal.py @@ -290,7 +290,6 @@ class IBMTestCases(unittest.TestCase): global skip_expected if skip_expected: raise unittest.SkipTest - return with open(file) as f: for line in f: line = line.replace('\r\n', '').replace('\n', '') |
