Skip to content

Commit e09bb80

Browse files
authored
[CodeStyle] Use lowercase in filename (Bilinear -> bilinear) (#64865)
1 parent 8c955d6 commit e09bb80

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

python/paddle/nn/initializer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Assign,
1919
NumpyArrayInitializer, # noqa: F401
2020
)
21-
from .Bilinear import Bilinear
21+
from .bilinear import Bilinear
2222
from .constant import (
2323
Constant,
2424
ConstantInitializer, # noqa: F401

0 commit comments

Comments
 (0)