mirror of https://github.com/coqui-ai/TTS.git
linter fix
This commit is contained in:
parent
d0dcd7d1b8
commit
ca2f22cdd7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue