Skip to content

Commit

Permalink
[FMT] Save one line
Browse files Browse the repository at this point in the history
  • Loading branch information
f-dangel committed Jul 22, 2021
1 parent a5ae7c8 commit 8389a76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backpack/utils/conv_transpose.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
from backpack.utils.conv import extract_bias_diagonal as conv_extract_bias_diagonal


def get_conv_transpose_module(
N: int,
) -> Type[Module]:
def get_conv_transpose_module(N: int) -> Type[Module]:
"""Return the PyTorch module class of N-dimensional transpose convolution.
Args:
Expand Down

0 comments on commit 8389a76

Please sign in to comment.