diff --git a/TTS/bin/synthesize.py b/TTS/bin/synthesize.py index 30396c1b..8b96d945 100755 --- a/TTS/bin/synthesize.py +++ b/TTS/bin/synthesize.py @@ -2,9 +2,7 @@ # -*- coding: utf-8 -*- import argparse -import os import sys -import string from argparse import RawTextHelpFormatter # pylint: disable=redefined-outer-name, unused-argument from pathlib import Path