mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Apply ruff rule to disallow all relative imports.
This commit is contained in:
@ -27,8 +27,7 @@ from invokeai.app.services.shared.graph import (
|
||||
NodeNotFoundError,
|
||||
are_connections_compatible,
|
||||
)
|
||||
|
||||
from .test_nodes import (
|
||||
from tests.test_nodes import (
|
||||
AnyTypeTestInvocation,
|
||||
ImageToImageTestInvocation,
|
||||
ListPassThroughInvocation,
|
||||
|
Reference in New Issue
Block a user