fix format (#568)

This commit is contained in:
Xu Kai
2022-03-31 15:13:01 +08:00
committed by binmakeswell
parent 9420d3ae31
commit 2a915a8b62
2 changed files with 41 additions and 65 deletions

View File

@@ -1,5 +1,3 @@
from .cuda_native import LayerNorm, FusedScaleMaskSoftmax, MultiHeadAttention
__all__ = [
"LayerNorm", "FusedScaleMaskSoftmax", "MultiHeadAttention"
]
__all__ = ["LayerNorm", "FusedScaleMaskSoftmax", "MultiHeadAttention"]