Fix some more code-style

This commit is contained in:
Diego Prado Gesto 2018-07-03 13:09:05 +02:00
parent ae7875a756
commit ff6bc9de4e
4 changed files with 9 additions and 4 deletions

View file

@ -4,6 +4,7 @@
from PyQt5.QtCore import Qt, QTimer
from PyQt5.QtWidgets import QApplication
from UM.Application import Application
from UM.Math.Vector import Vector
from UM.Tool import Tool
from UM.Event import Event, MouseEvent