mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 06:48:58 +08: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
@ -37,8 +37,6 @@ from . import Exceptions
|
||||
# This also means that operations on the stack that modifies the container ordering is prohibited and
|
||||
# will raise an exception.
|
||||
class CuraContainerStack(ContainerStack):
|
||||
Version = 5 # type: int
|
||||
|
||||
def __init__(self, container_id: str) -> None:
|
||||
super().__init__(container_id)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user