mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Fix Mypy warnings
CURA-6983
This commit is contained in:
parent
6aba835c1c
commit
53115dc3b2
4 changed files with 11 additions and 9 deletions
|
@ -70,7 +70,7 @@ class SyncOrchestrator(Extension):
|
|||
self._license_presenter.present(plugin_path, success_items)
|
||||
|
||||
# Called when user has accepted / declined all licenses for the downloaded packages
|
||||
def _onLicenseAnswers(self, answers: [Dict[str, Any]]):
|
||||
def _onLicenseAnswers(self, answers: List[Dict[str, Any]]):
|
||||
Logger.debug("Got license answers: {}", answers)
|
||||
|
||||
has_changes = False # True when at least one package is installed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue