Ver Fonte

Fix for flake8

Kentaro Wada há 2 anos atrás
pai
commit
7ea7edef4d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      labelme/widgets/canvas.py

+ 1 - 1
labelme/widgets/canvas.py

@@ -3,8 +3,8 @@ from qtpy import QtGui
 from qtpy import QtWidgets
 
 import labelme.ai
-from labelme import QT5
 from labelme.logger import logger
+from labelme import QT5
 from labelme.shape import Shape
 import labelme.utils