refactor: more linting and error fixes

This commit is contained in:
Juro Oravec 2025-08-18 11:44:51 +02:00
parent 53a5804706
commit 486fb236bc
10 changed files with 27 additions and 20 deletions

View file

@ -338,7 +338,7 @@ class TestComponentCache:
return {"input": kwargs["input"]}
with pytest.raises(
ValueError,
TypeError,
match=re.escape(
"Cannot hash slot 'content' of component 'TestComponent' - Slot functions are unhashable.",
),