CindyDelage commited on
Commit
279af07
·
verified ·
1 Parent(s): 00640e7

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -3
tools.py CHANGED
@@ -13,9 +13,7 @@ from pydub import AudioSegment
13
  import numpy as np
14
  from scipy.io import wavfile
15
  import pandas as pd
16
-
17
- import numpy as np
18
- import pandas as pd
19
 
20
  class is_commutative(Tool):
21
  name = "commutative"
 
13
  import numpy as np
14
  from scipy.io import wavfile
15
  import pandas as pd
16
+ from PIL import Image
 
 
17
 
18
  class is_commutative(Tool):
19
  name = "commutative"