mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 17:59:19 +08:00
disable consider-using-from-import instead (missed one)
This commit is contained in:
@@ -6,7 +6,7 @@ import torch
|
||||
import torch.nn as nn # pylint: disable=consider-using-from-import
|
||||
from einops import rearrange
|
||||
|
||||
from matcha import utils
|
||||
import matcha.utils as utils # pylint: disable=consider-using-from-import
|
||||
from matcha.utils.model import sequence_mask
|
||||
|
||||
log = utils.get_pylogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user