Skip to content

Commit 6b96cbd

Browse files
committed
Fix style issue
1 parent 1dfac46 commit 6b96cbd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/torchaudio_unittest/prototype/transforms/batch_consistency_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import torch
44
import torchaudio.prototype.transforms as T
5-
import torchaudio.transforms as transforms
65
from torchaudio_unittest.common_utils import TorchaudioTestCase
76

87

torchaudio/_internal/module_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def deprecated(direction: str, version: Optional[str] = None, remove: bool = Fal
4646
Args:
4747
direction (str): Migration steps to be given to users.
4848
version (str or int): The version when the object will be removed
49+
remove (bool): If enabled, append future removal message.
4950
"""
5051

5152
def decorator(func):

0 commit comments

Comments
 (0)