Browse Source

one import per line

Chen Zhang 5 years ago
parent
commit
29f5405924
1 changed files with 2 additions and 1 deletions
  1. 2 1
      labelme/main.py

+ 2 - 1
labelme/main.py

@@ -5,7 +5,8 @@ import os
 import sys
 import yaml
 
-from qtpy import QtWidgets, QtCore
+from qtpy import QtCore
+from qtpy import QtWidgets
 
 from labelme import __appname__
 from labelme import __version__