Skip to content

Commit 3567ce2

Browse files
authored
remove try catch
1 parent 9ac75d1 commit 3567ce2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

intermediate_source/speech_command_recognition_with_torchaudio_tutorial.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@
3434
import matplotlib.pyplot as plt
3535
import IPython.display as ipd
3636

37-
try:
38-
from tqdm.notebook import tqdm
39-
except:
40-
from tqdm import tqdm
37+
from tqdm import tqdm
4138

4239

4340
######################################################################

0 commit comments

Comments
 (0)