Fix typing issue

This commit is contained in:
Jaime van Kessel 2020-02-04 13:38:52 +01:00
parent 35903e7dd3
commit 15d83cc6da
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -63,7 +63,7 @@ class LicensePresenter(QObject):
self._package_models[self._current_package_idx]["accepted"] = False self._package_models[self._current_package_idx]["accepted"] = False
self._checkNextPage() 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 implicitly_accepted_count = 0