Fix Mypy warnings

CURA-6983
This commit is contained in:
Nino van Hooff 2020-01-13 09:57:35 +01:00
parent 6aba835c1c
commit 53115dc3b2
4 changed files with 11 additions and 9 deletions

View file

@ -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