mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
The return type missing caused the type checker to think it returned Any, which is clearly not true. And the type missing from _user_profile caused it to think it always had to be None, which is nonsense in any application. Contributes to issue CURA-8539. |
||
|---|---|---|
| .. | ||
| Interface | ||
| __init__.py | ||
| Account.py | ||
| Backups.py | ||
| ConnectionStatus.py | ||