From 15d83cc6da140d2637c47d7cf0f6679d0795ba1c Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 4 Feb 2020 13:38:52 +0100 Subject: [PATCH] Fix typing issue --- plugins/Toolbox/src/CloudSync/LicensePresenter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Toolbox/src/CloudSync/LicensePresenter.py b/plugins/Toolbox/src/CloudSync/LicensePresenter.py index 5f01166898..9e0a888320 100644 --- a/plugins/Toolbox/src/CloudSync/LicensePresenter.py +++ b/plugins/Toolbox/src/CloudSync/LicensePresenter.py @@ -63,7 +63,7 @@ class LicensePresenter(QObject): self._package_models[self._current_package_idx]["accepted"] = False self._checkNextPage() - def _initState(self, packages: Dict[str, Dict[str, str]]) -> None: + def _initState(self, packages: Dict[str, Dict[str, Any]]) -> None: implicitly_accepted_count = 0