Skip to content

Commit

Permalink
Fix missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Mar 16, 2019
1 parent 4f5473c commit aedd590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions labelme/utils/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
import io

import numpy as np
import PIL.ExifTags
import PIL.Image
import PIL.ImageOps


def img_b64_to_arr(img_b64):
Expand Down

0 comments on commit aedd590

Please sign in to comment.