Sfoglia il codice sorgente

Removed blank line according to pep8 standards.

Taddeus Kroes 14 anni fa
parent
commit
427c18a5d3
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/parser.py

+ 0 - 1
src/parser.py

@@ -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])