Remove breaking import for Macos

pull/633/merge
babysor00 2022-06-26 11:56:50 +08:00
parent 885225045d
commit a39b6d3117
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
from asyncio.windows_events import NULL
from pydantic import BaseModel, Field
import os
from pathlib import Path

View File

@ -1,4 +1,3 @@
from asyncio.windows_events import NULL
from synthesizer.inference import Synthesizer
from pydantic import BaseModel, Field
from encoder import inference as speacker_encoder