Explorar o código

Fix for flake8

Kentaro Wada %!s(int64=2) %!d(string=hai) anos
pai
achega
7ea7edef4d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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