Common issues: mac ssl certificate issue #64
Annotations
3 errors
check:
ai_diffusion/ui/generation.py#L324
Argument of type "() -> ControlLayer" cannot be assigned to parameter "slot" of type "PYQT_SLOT" in function "connect"
Type "() -> ControlLayer" cannot be assigned to type "PYQT_SLOT"
Type "() -> ControlLayer" cannot be assigned to type "(...) -> None"
Function return type "ControlLayer" is incompatible with type "None"
"ControlLayer" is incompatible with "None"
"function" is incompatible with "pyqtBoundSignal" (reportGeneralTypeIssues)
|
check:
ai_diffusion/ui/live.py#L161
Argument of type "() -> ControlLayer" cannot be assigned to parameter "slot" of type "PYQT_SLOT" in function "connect"
Type "() -> ControlLayer" cannot be assigned to type "PYQT_SLOT"
Type "() -> ControlLayer" cannot be assigned to type "(...) -> None"
Function return type "ControlLayer" is incompatible with type "None"
"ControlLayer" is incompatible with "None"
"function" is incompatible with "pyqtBoundSignal" (reportGeneralTypeIssues)
|
check
2 errors
|