Some PEP8 rectifications
This commit is contained in:
@@ -10,12 +10,9 @@
|
||||
Minus MO: take the opposit
|
||||
"""
|
||||
|
||||
from ..tree import Tree
|
||||
from ..operator import OPERATORS
|
||||
from ..MO.mo import MO, MOnumber, MOstr
|
||||
from ..MO.mo import MO, MOnumber
|
||||
from ..MO.fraction import MOFraction
|
||||
from .exceptions import MinusError
|
||||
from .arithmetic import lcm
|
||||
|
||||
|
||||
def minus(left, right):
|
||||
@@ -92,9 +89,9 @@ def mofraction(right):
|
||||
|
||||
# TODO: Faire un décorateur pour un enregistrement automatique |dim. mars 11 18:24:32 EAT 2018
|
||||
MINUSFUNCTIONS = {
|
||||
MOnumber: monumber,
|
||||
MOFraction: mofraction,
|
||||
}
|
||||
MOnumber: monumber,
|
||||
MOFraction: mofraction,
|
||||
}
|
||||
|
||||
# -----------------------------
|
||||
# Reglages pour 'vim'
|
||||
|
||||
Reference in New Issue
Block a user