🎨 Format Python code with psf/black

This commit is contained in:
ndem0
2024-02-09 11:25:00 +00:00
committed by Nicola Demo
parent 591aeeb02b
commit cbb43a5392
64 changed files with 1323 additions and 955 deletions

View File

@@ -1,10 +1,10 @@
__all__ = [
'SystemEquation',
'Equation',
'FixedValue',
'FixedGradient',
'FixedFlux',
'Laplace',
"SystemEquation",
"Equation",
"FixedValue",
"FixedGradient",
"FixedFlux",
"Laplace",
]
from .equation import Equation