[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-05-26 17:16:56 +00:00
parent 315eaf56a4
commit 3be67e0286
4 changed files with 71 additions and 171 deletions

View File

@@ -313,8 +313,9 @@ class TestPathToolAssetManager(unittest.TestCase):
non_existent_uri = AssetUri("type://id/1")
with self.assertRaises(FileNotFoundError) as cm:
manager.get_raw(non_existent_uri, store="non_existent_store")
self.assertIn("Asset 'type://id/1' not found in stores '['non_existent_store']'.",
str(cm.exception))
self.assertIn(
"Asset 'type://id/1' not found in stores '['non_existent_store']'.", str(cm.exception)
)
def test_is_empty(self):
# Setup AssetManager with a real MemoryStore