mirror of https://github.com/coqui-ai/TTS.git
remove imports
This commit is contained in:
parent
add97cddc1
commit
4719414f2e
|
@ -1,12 +1,10 @@
|
|||
import datetime
|
||||
import glob
|
||||
import json
|
||||
import os
|
||||
import shutil
|
||||
import subprocess
|
||||
import sys
|
||||
from pathlib import Path
|
||||
from typing import Union
|
||||
|
||||
|
||||
def get_git_branch():
|
||||
|
|
Loading…
Reference in New Issue