🎨 Format Python code with psf/black
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
__all__ = [
|
||||
'PINN',
|
||||
'GAROM',
|
||||
'SupervisedSolver',
|
||||
'SolverInterface'
|
||||
|
||||
]
|
||||
__all__ = ["PINN", "GAROM", "SupervisedSolver", "SolverInterface"]
|
||||
|
||||
from .garom import GAROM
|
||||
from .pinn import PINN
|
||||
|
||||
Reference in New Issue
Block a user