Skip to content

Commit 0883b52

Browse files
committed
Remove extra whitespace
1 parent d5e944f commit 0883b52

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/test_configparser.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,8 +1175,6 @@ def test_reading(self):
11751175
self.assertEqual(cf.get("global", "hosts allow"), "127.")
11761176
self.assertEqual(cf.get("tmp", "echo command"), "cat %s; rm %s")
11771177

1178-
1179-
11801178
class ConfigParserTestCaseExtendedInterpolation(BasicTestCase, unittest.TestCase):
11811179
config_class = configparser.ConfigParser
11821180
interpolation = configparser.ExtendedInterpolation()
@@ -1324,8 +1322,6 @@ def test_case_sensitivity_conflicts(self):
13241322
eq(cf['random']['foo'], 'value redefined')
13251323
eq(cf['random']['Foo'], 'A Better Value Redefined')
13261324

1327-
1328-
13291325
def test_other_errors(self):
13301326
cf = self.fromstring("""
13311327
[interpolation fail]

0 commit comments

Comments
 (0)