Skip to content

Commit 02b8f5a

Browse files
Removed unused imports
Except for `Optional`, all other imports were unused
1 parent ec2d118 commit 02b8f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/audio/music_generation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"\n",
146146
"from IPython import display\n",
147147
"from matplotlib import pyplot as plt\n",
148-
"from typing import Dict, List, Optional, Sequence, Tuple"
148+
"from typing import Optional"
149149
]
150150
},
151151
{

0 commit comments

Comments
 (0)