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:
Ghostkeeper 2019-07-10 14:57:26 +02:00
parent 9c3d65a6c7
commit 037f1967c8
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -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)