Skip to content

Commit

Permalink
Merge pull request #911 from IAHispano/formatter/main
Browse files Browse the repository at this point in the history
chore(format): run black on main
  • Loading branch information
blaisewf authored Dec 7, 2024
2 parents ee3a736 + 3ff8bd9 commit 016f65c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rvc/lib/algorithm/residuals.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ def __init__(
self.convs2 = self._create_convs(channels, kernel_size, [1] * len(dilations))

@staticmethod
def _create_convs(
channels: int, kernel_size: int, dilations: Tuple[int]
):
def _create_convs(channels: int, kernel_size: int, dilations: Tuple[int]):
"""
Creates a list of 1D convolutional layers with specified dilations.
Expand Down

0 comments on commit 016f65c

Please sign in to comment.