Fix spacing

This commit is contained in:
Jaime van Kessel 2018-09-27 17:31:45 +02:00
parent 7310a677ce
commit f585afe77b
2 changed files with 42 additions and 2 deletions

View file

@ -23,6 +23,7 @@ from .CuraContainerStack import CuraContainerStack
if TYPE_CHECKING:
from cura.Settings.ExtruderStack import ExtruderStack
## Represents the Global or Machine stack and its related containers.
#
class GlobalStack(CuraContainerStack):