Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"""
Manager test harness test case fixtures for My Asset Manager.
"""

from openassetio import constants
from openassetio_mediacreation.traits.content import LocatableContentTrait
from openassetio_mediacreation.traits.application import ConfigTrait
Expand Down
1 change: 0 additions & 1 deletion tests/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
from openassetio.test.manager import harness, apiComplianceSuite
from openassetio.pluginSystem import PythonPluginSystemManagerPlugin


#
# Tests
#
Expand Down
Loading