Use updated type definitions

CURA-9146
This commit is contained in:
c.lamboo 2022-04-21 11:29:42 +02:00
parent 773ff5fa7e
commit d0a35bad3d
7 changed files with 20 additions and 20 deletions

View file

@ -21,7 +21,7 @@ class DiscrepanciesPresenter(QObject):
self._app = app
self._package_manager = app.getPackageManager()
self._dialog = None # type: Optional[QObject]
self._dialog: Optional[QObject] = None
self._compatibility_dialog_path = "resources/qml/CompatibilityDialog.qml"
def present(self, plugin_path: str, model: SubscribedPackagesModel) -> None: