From 4fb0c604f65fbaf9bf8834e99fa159c504f4a235 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Sun, 3 May 2015 12:57:22 -0300 Subject: [PATCH] Update autopep8 and update failing Python test to pass --- examples/nested-jsbeautifyrc/python/expected/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nested-jsbeautifyrc/python/expected/test.py b/examples/nested-jsbeautifyrc/python/expected/test.py index 90a9908..eeaa3d9 100644 --- a/examples/nested-jsbeautifyrc/python/expected/test.py +++ b/examples/nested-jsbeautifyrc/python/expected/test.py @@ -12,8 +12,8 @@ def example1(): return (some_tuple, some_variable) -def example2(): - return {'has_key() is deprecated': True}.has_key({'f': 2}.has_key('')) +def example2(): return {'has_key() is deprecated': True}.has_key( + {'f': 2}.has_key('')) class Example3(object):