From 848353e36003ef052255633f8640c394088fc875 Mon Sep 17 00:00:00 2001 From: David Feltell Date: Wed, 8 Apr 2026 11:33:37 +0100 Subject: [PATCH] [Lint] Reformat to match new Black formatter version Slight differences in formatting with the latest version. Signed-off-by: David Feltell --- tests/fixtures.py | 1 + tests/test_manager.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures.py b/tests/fixtures.py index 9561a32..10a8eda 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -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 diff --git a/tests/test_manager.py b/tests/test_manager.py index 2bc6169..40442f6 100644 --- a/tests/test_manager.py +++ b/tests/test_manager.py @@ -25,7 +25,6 @@ from openassetio.test.manager import harness, apiComplianceSuite from openassetio.pluginSystem import PythonPluginSystemManagerPlugin - # # Tests #