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 c2d9426 commit e11ca2d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pl_bolts/models/gans/pix2pix/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ def __init__(
padding: int = 1,
batchnorm: bool = True,
=======
self,
in_channels: int,
out_channels: int,
kernel: int = 4,
strides: int = 2,
padding: int = 1,
self,
in_channels: int,
out_channels: int,
kernel: int = 4,
strides: int = 2,
padding: int = 1,
batchnorm: bool = True
>>>>>>> 9a8ce2f (add test_pix2pix_components)
) -> None:
Expand Down

0 comments on commit e11ca2d

Please sign in to comment.