Skip to content

Commit

Permalink
Fix style issue (#3398)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #3398

Reviewed By: nateanl

Differential Revision: D46354862

Pulled By: mthrok

fbshipit-source-id: b86dcdfeff8ed9db87b0b78eca20f6f18117e97e
  • Loading branch information
mthrok authored and facebook-github-bot committed Jun 1, 2023
1 parent 1dfac46 commit c7ac1af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import torch
import torchaudio.prototype.transforms as T
import torchaudio.transforms as transforms
from torchaudio_unittest.common_utils import TorchaudioTestCase


Expand Down
1 change: 1 addition & 0 deletions torchaudio/_internal/module_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def deprecated(direction: str, version: Optional[str] = None, remove: bool = Fal
Args:
direction (str): Migration steps to be given to users.
version (str or int): The version when the object will be removed
remove (bool): If enabled, append future removal message.
"""

def decorator(func):
Expand Down

0 comments on commit c7ac1af

Please sign in to comment.