Cura/cura/API
Ghostkeeper 0196fd54ea
Add a few missing types
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.
2021-11-22 16:24:22 +01:00
..
Interface Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
__init__.py Merge remote-tracking branch 'origin/master' into doxygen_to_restructuredtext_comments 2020-05-28 17:31:24 +02:00
Account.py Add a few missing types 2021-11-22 16:24:22 +01:00
Backups.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
ConnectionStatus.py Re-implement ConnectionStatus by adding a pyqtSignal to HttpRequestMgr 2020-06-15 11:39:06 +02:00