disable consider-using-from-import instead

This commit is contained in:
Jim O'Regan
2024-10-02 14:29:06 +00:00
parent a220f283e3
commit b0ba920dc1
5 changed files with 5 additions and 5 deletions

View File

@@ -4,11 +4,11 @@ import random
import torch
import matcha.utils.monotonic_align as monotonic_align # pylint: disable=consider-using-from-import
from matcha import utils
from matcha.models.baselightningmodule import BaseLightningClass
from matcha.models.components.flow_matching import CFM
from matcha.models.components.text_encoder import TextEncoder
from matcha.utils import monotonic_align
from matcha.utils.model import (
denormalize,
duration_loss,