Update autopep8 and update failing Python test to pass

This commit is contained in:
Glavin Wiechert 2015-05-03 12:57:22 -03:00
parent cc9b8e8ff2
commit 4fb0c604f6
1 changed files with 2 additions and 2 deletions

View File

@ -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):