mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-05 02:09:21 +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
|
import torch.nn as nn # pylint: disable=consider-using-from-import
|
||||||
from einops import rearrange
|
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
|
from matcha.utils.model import sequence_mask
|
||||||
|
|
||||||
log = utils.get_pylogger(__name__)
|
log = utils.get_pylogger(__name__)
|
||||||
|
|||||||
Reference in New Issue
Block a user