Commit 427c18a5 authored by Taddeus Kroes's avatar Taddeus Kroes

Removed blank line according to pep8 standards.

parent d3a8ad0a
...@@ -445,7 +445,6 @@ class Parser(BisonParser): ...@@ -445,7 +445,6 @@ class Parser(BisonParser):
if option == 4: # rule: bracket_derivative if option == 4: # rule: bracket_derivative
return values[0] return values[0]
if option == 5: # rule: INTEGRAL exp if option == 5: # rule: INTEGRAL exp
fx, x = find_integration_variable(values[1]) fx, x = find_integration_variable(values[1])
......
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