Skip to content

Commit

Permalink
Update cura/CuraApplication.py
Browse files Browse the repository at this point in the history
using modern typing

Co-authored-by: Casper Lamboo <[email protected]>
  • Loading branch information
saumyaj3 and casperlamboo authored Feb 5, 2024
1 parent 7755704 commit 7d9a699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cura/CuraApplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def __init__(self, *args, **kwargs):

self._cura_formula_functions = None # type: Optional[CuraFormulaFunctions]

self._machine_action_manager = None # type: Optional[MachineActionManager]
self._machine_action_manager: Optional[MachineActionManager] = None

self.empty_container = None # type: EmptyInstanceContainer
self.empty_definition_changes_container = None # type: EmptyInstanceContainer
Expand Down

0 comments on commit 7d9a699

Please sign in to comment.