Skip to content

Commit 04290ac

Browse files
committed
remove unused imports
1 parent e463c87 commit 04290ac

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pytsmod/console/console.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
import sys
22
sys.path.append('./')
33

4+
import soundfile as sf
45
from pytsmod import ola, wsola
56
from pytsmod import phase_vocoder as pv
67
from pytsmod import phase_vocoder_int as pv_int
78
from pytsmod import __path__ as path
8-
from pathlib import Path
9+
910
import configparser
10-
import pkgutil
11-
# from pytsmod.console import *
1211
import argparse
13-
import soundfile as sf
1412

1513

1614
def run():

0 commit comments

Comments
 (0)