Formatting
* Adding black as dev dependency * Formatting pina code * Formatting tests
This commit is contained in:
committed by
Nicola Demo
parent
4c4482b155
commit
42ab1a666b
@@ -1,12 +1,12 @@
|
||||
__all__ = [
|
||||
'Condition',
|
||||
'ConditionInterface',
|
||||
'DomainEquationCondition',
|
||||
'InputPointsEquationCondition',
|
||||
'InputOutputPointsCondition',
|
||||
"Condition",
|
||||
"ConditionInterface",
|
||||
"DomainEquationCondition",
|
||||
"InputPointsEquationCondition",
|
||||
"InputOutputPointsCondition",
|
||||
]
|
||||
|
||||
from .condition_interface import ConditionInterface
|
||||
from .domain_equation_condition import DomainEquationCondition
|
||||
from .input_equation_condition import InputPointsEquationCondition
|
||||
from .input_output_condition import InputOutputPointsCondition
|
||||
from .input_output_condition import InputOutputPointsCondition
|
||||
|
||||
Reference in New Issue
Block a user