Update autopep8 and update failing Python test to pass
This commit is contained in:
parent
cc9b8e8ff2
commit
4fb0c604f6
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue