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

* 🎨 Format Python code with psf/black
This commit is contained in:
github-actions[bot]
2024-08-12 18:30:46 +02:00
committed by GitHub
parent cce9876751
commit 5445559cb2
5 changed files with 85 additions and 56 deletions

View File

@@ -13,7 +13,7 @@ __all__ = [
"FourierFeatureEmbedding",
"AVNOBlock",
"LowRankBlock",
"RBFBlock"
"RBFBlock",
]
from .convolution_2d import ContinuousConvBlock