From: Brett Cannon Date: Fri, 22 Jan 2016 23:26:56 +0000 (-0800) Subject: whitespace cleanup X-Git-Tag: v3.6.0a1~708 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0db3718d44d4ef8aa257a166299bc35f0e08b87;p=python whitespace cleanup --- diff --git a/Lib/test/test_importlib/import_/test___package__.py b/Lib/test/test_importlib/import_/test___package__.py index ddeeacafab..7f64548748 100644 --- a/Lib/test/test_importlib/import_/test___package__.py +++ b/Lib/test/test_importlib/import_/test___package__.py @@ -76,8 +76,8 @@ class Using__package__: def test_warn_when_package_and_spec_disagree(self): # Raise an ImportWarning if __package__ != __spec__.parent. with self.assertWarns(ImportWarning): - self.import_module({'__package__': 'pkg.fake', - '__spec__': FakeSpec('pkg.fakefake')}) + self.import_module({'__package__': 'pkg.fake', + '__spec__': FakeSpec('pkg.fakefake')}) def test_bad__package__(self): globals = {'__package__': ''}