Browse Source

Fix for flake8

Kentaro Wada 2 years ago
parent
commit
7ea7edef4d
1 changed files with 1 additions and 1 deletions
  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