Add ruff rule to disallow relative parent imports.

This commit is contained in:
Ryan Dick
2024-07-03 12:04:22 -04:00
parent 7bbd793064
commit 9da5925287
36 changed files with 94 additions and 94 deletions

View File

@ -10,7 +10,7 @@ import torch
from onnx import numpy_helper
from onnxruntime import InferenceSession, SessionOptions, get_available_providers
from ..raw_model import RawModel
from invokeai.backend.raw_model import RawModel
ONNX_WEIGHTS_NAME = "model.onnx"