Removed extra 'pass' statement
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user