mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-27 23:20:50 +00:00
Lint
This commit is contained in:
parent
0c45fcfab9
commit
484cd703bf
@ -87,7 +87,6 @@ class Traverser(pysource.Walker, object):
|
||||
# Customize with our more-pervisive rules
|
||||
TABLE_DIRECT.update(TABLE_DIRECT_FRAGMENT)
|
||||
|
||||
|
||||
f = property(lambda s: s.__params['f'],
|
||||
lambda s, x: s.__params.__setitem__('f', x),
|
||||
lambda s: s.__params.__delitem__('f'),
|
||||
|
Loading…
Reference in New Issue
Block a user