Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 18, 2022
1 parent 9bff486 commit 48a41d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl_bolts/models/gans/pix2pix/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
kernel: int = 4,
strides: int = 2,
padding: int = 1,
batchnorm: bool = True
batchnorm: bool = True,
) -> None:
super().__init__()
layers = [nn.Conv2d(in_channels, out_channels, kernel, strides, padding)]
Expand Down

0 comments on commit 48a41d6

Please sign in to comment.