Python: Fix mypy also on the Slint module implementation

This commit is contained in:
Simon Hausmann 2025-02-12 23:02:31 +01:00 committed by Simon Hausmann
parent 607d70b3fa
commit 9001966dc9
6 changed files with 113 additions and 83 deletions

View file

@ -199,7 +199,7 @@ impl CompilationResult {
#[gen_stub_pyclass]
#[pyclass(unsendable)]
struct ComponentDefinition {
pub struct ComponentDefinition {
definition: slint_interpreter::ComponentDefinition,
}