mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-24 02:44:27 +08:00
Fix typing issue
This commit is contained in:
parent
35903e7dd3
commit
15d83cc6da
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user