Skip to content

Commit 680368a

Browse files
committed
Fix bug in import
1 parent 3a9b0a5 commit 680368a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pytsmod/console/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
from .console import run
2-
3-
# run()
2+
from .descs import *

pytsmod/console/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from pytsmod import ola, wsola
55
from pytsmod import phase_vocoder as pv
66
from pytsmod import phase_vocoder_int as pv_int
7-
from .descs import *
7+
from pytsmod.console import *
88
import argparse
99
import soundfile as sf
1010

0 commit comments

Comments
 (0)