Format Python code with psf/black push (#273)

* 🎨 Format Python code with psf/black

---------

Co-authored-by: ndem0 <ndem0@users.noreply.github.com>
Co-authored-by: Nicola Demo <demo.nicola@gmail.com>
This commit is contained in:
github-actions[bot]
2024-04-02 10:17:45 +02:00
committed by GitHub
parent cddb191fe4
commit 1d1d767317
2 changed files with 21 additions and 20 deletions

View File

@@ -11,7 +11,7 @@ __all__ = [
"PODBlock",
"PeriodicBoundaryEmbedding",
"AVNOBlock",
"AdaptiveActivationFunction"
"AdaptiveActivationFunction",
]
from .convolution_2d import ContinuousConvBlock