Selaa lähdekoodia

Reorder imports

Chen Zhang 5 vuotta sitten
vanhempi
commit
78cf389ebe
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      labelme/main.py

+ 2 - 2
labelme/main.py

@@ -2,10 +2,10 @@ import argparse
 import codecs
 import logging
 import os
+from os.path import abspath
+from os.path import dirname
 import sys
 import yaml
-from os.path import dirname
-from os.path import abspath
 
 from qtpy import QtCore
 from qtpy import QtWidgets