Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed May 18, 2013
1 parent 2faaabe commit 325ee8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py3kwarn2to3/fixes/fix_except.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ class FixExcept(fixer_base.BaseFix):
"""

def transform(self, node, results):
syms = self.syms

tail = [n.clone() for n in results["tail"]]

try_cleanup = [ch.clone() for ch in results["cleanup"]]
Expand Down

0 comments on commit 325ee8f

Please sign in to comment.