Commit 1b07b85e by Will Daly

Removed extra 'pass' statement

parent 47e47303
...@@ -1075,7 +1075,6 @@ def sympy_check2(): ...@@ -1075,7 +1075,6 @@ def sympy_check2():
except Exception as err: except Exception as err:
self._handle_exec_exception(err) self._handle_exec_exception(err)
pass
else: else:
# self.code is not a string; assume its a function # self.code is not a string; assume its a function
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment