mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Fix typing of list of API versions
Contributes to issue CURA-7207.
This commit is contained in:
parent
0c42b1fdea
commit
ea9a9d58b1
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class SubscribedPackagesModel(ListModel):
|
|||
self.setItems(self._items)
|
||||
|
||||
@staticmethod
|
||||
def _isAnyVersionCompatible(package_manager: PackageManager, api_versions: [str]) -> bool:
|
||||
def _isAnyVersionCompatible(package_manager: PackageManager, api_versions: List[str]) -> bool:
|
||||
"""
|
||||
Check a list of version numbers if any of them applies to our
|
||||
application.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue