Removed extra 'pass' statement

This commit is contained in:
Will Daly
2013-03-26 13:43:26 -04:00
parent 47e47303dc
commit 1b07b85ef2

View File

@@ -1075,7 +1075,6 @@ def sympy_check2():
except Exception as err:
self._handle_exec_exception(err)
pass
else:
# self.code is not a string; assume its a function