Skip to content

Commit

Permalink
Fix for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Feb 12, 2019
1 parent 3df5e79 commit 5b05401
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions labelme/cli/json_to_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 5b05401

Please sign in to comment.