mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
relocating event_service fixture due to import ordering
This commit is contained in:
committed by
psychedelicious
parent
b5a9ed351d
commit
0ab9fe6987
@ -5,4 +5,3 @@
|
||||
# We import the model_installer and torch_device fixtures here so that they can be used by all tests. Flake8 does not
|
||||
# play well with fixtures (F401 and F811), so this is cleaner than importing in all files that use these fixtures.
|
||||
from invokeai.backend.util.test_utils import torch_device # noqa: F401
|
||||
from tests.fixtures.event_service import mock_event_service # noqa: F401
|
||||
|
Reference in New Issue
Block a user