mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Fix typing issue
This commit is contained in:
parent
35903e7dd3
commit
15d83cc6da
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue