Browse Source

Fix for flake8

Kentaro Wada 6 năm trước cách đây
mục cha
commit
5b05401c2c
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      labelme/cli/json_to_dataset.py

+ 2 - 3
labelme/cli/json_to_dataset.py

@@ -3,13 +3,12 @@ import base64
 import json
 import os
 import os.path as osp
-import warnings
 
 import PIL.Image
 import yaml
 
-from ..logger import logger
-from .. import utils
+from labelme.logger import logger
+from labelme import utils
 
 
 def main():