Skip to content

Commit 177f39a

Browse files
remove unnecessary torch dependency
1 parent 3d5f6e6 commit 177f39a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

torchstudio/analyzers/multilabel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from torchstudio.modules import Analyzer
22
from typing import List
33
import numpy as np
4-
import torch
54
import matplotlib as mpl
65
import matplotlib.pyplot as plt
76
import PIL

torchstudio/analyzers/valuesdistribution.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from typing import List
33
import numpy as np
44
import math
5-
import torch
65
import matplotlib as mpl
76
import matplotlib.pyplot as plt
87
import PIL

0 commit comments

Comments
 (0)