Skip to content

Commit 44dd1bf

Browse files
committed
forward-fix flake
1 parent 0412182 commit 44dd1bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

functorch/_src/decompositions.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
register_decomposition = torch._decomp.register_decomposition
1010
get_decompositions = torch._decomp.get_decompositions
1111

12-
# Decompositions have been ported to torch._decomp inside of PyTorch core. The only decompositions here are temporary or hacks. Please submit your contributions to PyTorch core!
12+
# Decompositions have been ported to torch._decomp inside of PyTorch core.
13+
# The only decompositions here are temporary or hacks.
14+
# Please submit your contributions to PyTorch core!
1315

1416

1517
def maybe_register_decomposition(op):

0 commit comments

Comments
 (0)