mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Remove override for version number in CuraContainerStack
Otherwise plug-ins can't register ContainerStacks any more. As discussed in the CCB.
This commit is contained in:
parent
9c3d65a6c7
commit
037f1967c8
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ from . import Exceptions
|
||||||
# This also means that operations on the stack that modifies the container ordering is prohibited and
|
# This also means that operations on the stack that modifies the container ordering is prohibited and
|
||||||
# will raise an exception.
|
# will raise an exception.
|
||||||
class CuraContainerStack(ContainerStack):
|
class CuraContainerStack(ContainerStack):
|
||||||
Version = 5 # type: int
|
|
||||||
|
|
||||||
def __init__(self, container_id: str) -> None:
|
def __init__(self, container_id: str) -> None:
|
||||||
super().__init__(container_id)
|
super().__init__(container_id)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue