Skip to content

Commit 4e9f353

Browse files
authored
Fix pre-commit violations on infra-ci branch (#266)
Co-authored-by: yzw1128 <yzw1128@users.noreply.github.com>
1 parent 3d3422c commit 4e9f353

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/flag_gems/runtime/backend/_iluvatar/ops/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from ._native_batch_norm_legit_functional import _native_batch_norm_legit_functional
1616
from .addmm import addmm, addmm_, addmm_out
1717
from .arccosh_ import arccosh_
18-
fddrom .avg_pool3d import avg_pool3d_backward
18+
from .avg_pool3d import avg_pool3d_backward
1919
from .broadcast_tensors import broadcast_tensors
2020
from .broadcast_to import broadcast_to
2121
from .conv_depthwise2d import _conv_depthwise2d
@@ -45,13 +45,10 @@
4545
__all__ = [
4646
"_conv_depthwise2d",
4747
"_native_batch_norm_legit_functional",
48-
"broadcast_tensors",
49-
"conv_transpose1d",
5048
"addmm",
5149
"addmm_",
5250
"addmm_out",
5351
"arccosh_",
54-
"conv_transpose1d",
5552
"avg_pool3d_backward",
5653
"broadcast_tensors",
5754
"broadcast_to",

0 commit comments

Comments
 (0)