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

@@ -3,8 +3,8 @@
import math
import torch
import torch.nn as nn # pylint: disable=consider-using-from-import
from einops import rearrange
from torch import nn
from matcha import utils
from matcha.utils.model import sequence_mask