relocating event_service fixture due to import ordering

This commit is contained in:
Stefan Tobler
2024-02-16 22:49:38 -05:00
committed by psychedelicious
parent b5a9ed351d
commit 0ab9fe6987
3 changed files with 6 additions and 8 deletions

View File

@ -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