Skip to content

Commit b889e85

Browse files
committed
lint
1 parent b2f7dfa commit b889e85

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

src/e3tools/nn/__init__.py

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,25 @@
1010
from ._scaling import ScaleIrreps
1111

1212
__all__ = [
13+
"Attention",
14+
"AxisToMul",
1315
"Conv",
1416
"ConvBlock",
17+
"EquivariantMLP",
1518
"ExperimentalConv",
16-
"SeparableConv",
19+
"ExperimentalTensorProduct",
20+
"ExtractIrreps",
1721
"Gate",
18-
"Gated",
1922
"GateWrapper",
20-
"LinearSelfInteraction",
23+
"Gated",
2124
"LayerNorm",
22-
"EquivariantMLP",
23-
"ScalarMLP",
24-
"AxisToMul",
25+
"LinearSelfInteraction",
2526
"MulToAxis",
26-
"ExperimentalTensorProduct",
27-
"SeparableTensorProduct",
28-
"Attention",
2927
"MultiheadAttention",
30-
"TransformerBlock",
31-
"ExtractIrreps",
28+
"ScalarMLP",
3229
"ScaleIrreps",
30+
"SeparableConv",
31+
"SeparableConvBlock",
32+
"SeparableTensorProduct",
33+
"TransformerBlock",
3334
]

0 commit comments

Comments
 (0)