From 5b05401c2c99bc6056e01e319cdef9fa8b8d5576 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Tue, 12 Feb 2019 16:45:12 +1000 Subject: [PATCH] Fix for flake8 --- labelme/cli/json_to_dataset.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/labelme/cli/json_to_dataset.py b/labelme/cli/json_to_dataset.py index 2ffc65a0d..8d3b90e95 100644 --- a/labelme/cli/json_to_dataset.py +++ b/labelme/cli/json_to_dataset.py @@ -3,13 +3,12 @@ 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():